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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
AbstractStandardCallableStatementSupport
public AbstractStandardCallableStatementSupport()
-
-
Method Details