Package org.hibernate.procedure.internal
Class AbstractStandardCallableStatementSupport
- java.lang.Object
-
- org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
- All Implemented Interfaces:
CallableStatementSupport
- Direct Known Subclasses:
DB2CallableStatementSupport
,JTDSCallableStatementSupport
,PostgreSQLCallableStatementSupport
,StandardCallableStatementSupport
,SybaseCallableStatementSupport
public abstract class AbstractStandardCallableStatementSupport extends Object implements CallableStatementSupport
-
-
Constructor Summary
Constructors Constructor Description AbstractStandardCallableStatementSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.procedure.spi.CallableStatementSupport
interpretCall
-
-
-
-
Method Detail
-
registerParameters
public void registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
- Specified by:
registerParameters
in interfaceCallableStatementSupport
-
-