Package org.hibernate.procedure.internal
Class StandardCallableStatementSupport
java.lang.Object
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
org.hibernate.procedure.internal.StandardCallableStatementSupport
- All Implemented Interfaces:
CallableStatementSupport
- Direct Known Subclasses:
OracleCallableStatementSupport
,SQLServerCallableStatementSupport
Standard implementation of
CallableStatementSupport
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StandardCallableStatementSupport
Singleton access - without REF_CURSOR supportstatic final StandardCallableStatementSupport
Singleton access - with REF CURSOR support -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendNameParameter
(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration) interpretCall
(ProcedureCallImplementor<?> procedureCall) Methods inherited from class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
registerParameters
-
Field Details
-
NO_REF_CURSOR_INSTANCE
Singleton access - without REF_CURSOR support -
REF_CURSOR_INSTANCE
Singleton access - with REF CURSOR support
-
-
Constructor Details
-
StandardCallableStatementSupport
public StandardCallableStatementSupport(boolean supportsRefCursors)
-
-
Method Details
-
interpretCall
-
appendNameParameter
protected void appendNameParameter(StringBuilder buffer, ProcedureParameterImplementor parameter, JdbcCallParameterRegistration registration)
-