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 classOracleCallableStatementSupportStandard implementation ofCallableStatementSupport.classSQLServerCallableStatementSupportFields in org.hibernate.procedure.internal declared as StandardCallableStatementSupport Modifier and Type Field Description static StandardCallableStatementSupportSQLServerCallableStatementSupport. INSTANCEstatic StandardCallableStatementSupportStandardCallableStatementSupport. NO_REF_CURSOR_INSTANCESingleton access - without REF_CURSOR supportstatic StandardCallableStatementSupportOracleCallableStatementSupport. REF_CURSOR_INSTANCEstatic StandardCallableStatementSupportStandardCallableStatementSupport. REF_CURSOR_INSTANCESingleton access - with REF CURSOR support
-