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.
Defines the internal implementation of the stored procedure SPI.
-
Uses of CallableStatementSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return CallableStatementSupportModifier and TypeMethodDescriptionDB2Dialect.getCallableStatementSupport()
Dialect.getCallableStatementSupport()
TheCallableStatementSupport
for this database.DialectDelegateWrapper.getCallableStatementSupport()
HANADialect.getCallableStatementSupport()
OracleDialect.getCallableStatementSupport()
PostgreSQLDialect.getCallableStatementSupport()
SQLServerDialect.getCallableStatementSupport()
SybaseDialect.getCallableStatementSupport()
-
Uses of CallableStatementSupport in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement CallableStatementSupportModifier and TypeClassDescriptionclass
class
DB2 implementation of CallableStatementSupport.class
Special implementation of CallableStatementSupport for the jTDS driver.class
Standard implementation ofCallableStatementSupport
.class
PostgreSQL implementation of CallableStatementSupport.class
class
Standard implementation ofCallableStatementSupport
.class
Sybase implementation of CallableStatementSupport.