Uses of Interface
org.hibernate.procedure.spi.CallableStatementSupport
-
Packages that use CallableStatementSupport Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of CallableStatementSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return CallableStatementSupport Modifier and Type Method Description CallableStatementSupportAbstractHANADialect. getCallableStatementSupport()Deprecated, for removal: This API element is subject to removal in a future version.CallableStatementSupportDB2Dialect. getCallableStatementSupport()CallableStatementSupportDialect. getCallableStatementSupport()TheCallableStatementSupportfor this database.CallableStatementSupportDialectDelegateWrapper. getCallableStatementSupport()CallableStatementSupportOracleDialect. getCallableStatementSupport()CallableStatementSupportPostgreSQLDialect. getCallableStatementSupport()CallableStatementSupportSQLServerDialect. getCallableStatementSupport()CallableStatementSupportSybaseDialect. getCallableStatementSupport() -
Uses of CallableStatementSupport in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement CallableStatementSupport Modifier and Type Class Description classAbstractStandardCallableStatementSupportclassDB2CallableStatementSupportDB2 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.
-