Uses of Interface
org.hibernate.procedure.spi.CallableStatementSupport
Packages that use CallableStatementSupport
Package
Description
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 CallableStatementSupportModifier and TypeMethodDescriptionDB2Dialect.getCallableStatementSupport()
Dialect.getCallableStatementSupport()
TheCallableStatementSupport
for this database.HANADialect.getCallableStatementSupport()
OracleDialect.getCallableStatementSupport()
PostgreSQLDialect.getCallableStatementSupport()
SQLServerDialect.getCallableStatementSupport()
SybaseDialect.getCallableStatementSupport()