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()CallableStatementSupportDB2Dialect. getCallableStatementSupport()CallableStatementSupportDialect. getCallableStatementSupport()TheCallableStatementSupportfor this database.CallableStatementSupportDialectDelegateWrapper. getCallableStatementSupport()CallableStatementSupportOracleDialect. getCallableStatementSupport()CallableStatementSupportPostgreSQLDialect. 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.classPostgreSQLCallableStatementSupportPostgreSQL implementation of CallableStatementSupport.classStandardCallableStatementSupportStandard implementation ofCallableStatementSupport.classSybaseCallableStatementSupportSybase implementation of CallableStatementSupport.
-