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 StandardCallableStatementSupportStandardCallableStatementSupport. NO_REF_CURSOR_INSTANCESingleton access - without REF_CURSOR supportstatic StandardCallableStatementSupportStandardCallableStatementSupport. REF_CURSOR_INSTANCESingleton access - with REF CURSOR support
-