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. -
-
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()CallableStatementSupportSybaseDialect. getCallableStatementSupport()
-