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
Fields in org.hibernate.procedure.internal declared as StandardCallableStatementSupport Modifier and Type Field Description static StandardCallableStatementSupport
StandardCallableStatementSupport. NO_REF_CURSOR_INSTANCE
Singleton access - without REF_CURSOR supportstatic StandardCallableStatementSupport
StandardCallableStatementSupport. REF_CURSOR_INSTANCE
Singleton access - with REF CURSOR support
-