Uses of Class
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
Packages that use AbstractStandardCallableStatementSupport Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of AbstractStandardCallableStatementSupport in org.hibernate.procedure.internal
Subclasses of AbstractStandardCallableStatementSupport in org.hibernate.procedure.internal Modifier and Type Class Description classDB2CallableStatementSupportDB2 implementation of CallableStatementSupport.classJTDSCallableStatementSupportSpecial implementation of CallableStatementSupport for the jTDS driver.classOracleCallableStatementSupportStandard implementation ofCallableStatementSupport.classPostgreSQLCallableStatementSupportPostgreSQL implementation of CallableStatementSupport.classSQLServerCallableStatementSupportclassStandardCallableStatementSupportStandard implementation ofCallableStatementSupport.classSybaseCallableStatementSupportSybase implementation of CallableStatementSupport.
-