Uses of Class
org.hibernate.procedure.internal.StandardCallableStatementSupport
Packages that use StandardCallableStatementSupport
Package
Description
Defines the internal implementation of the stored procedure SPI.
-
Uses of StandardCallableStatementSupport in org.hibernate.procedure.internal
Subclasses of StandardCallableStatementSupport in org.hibernate.procedure.internalModifier and TypeClassDescriptionclass
Standard implementation ofCallableStatementSupport
.class
Fields in org.hibernate.procedure.internal declared as StandardCallableStatementSupportModifier and TypeFieldDescriptionstatic final StandardCallableStatementSupport
SQLServerCallableStatementSupport.INSTANCE
static final StandardCallableStatementSupport
StandardCallableStatementSupport.NO_REF_CURSOR_INSTANCE
Singleton access - without REF_CURSOR supportstatic final StandardCallableStatementSupport
OracleCallableStatementSupport.REF_CURSOR_INSTANCE
static final StandardCallableStatementSupport
StandardCallableStatementSupport.REF_CURSOR_INSTANCE
Singleton access - with REF CURSOR support