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