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 CallableStatementSupport
AbstractHANADialect. getCallableStatementSupport()
Deprecated, for removal: This API element is subject to removal in a future version.CallableStatementSupport
DB2Dialect. getCallableStatementSupport()
CallableStatementSupport
Dialect. getCallableStatementSupport()
TheCallableStatementSupport
for this database.CallableStatementSupport
DialectDelegateWrapper. getCallableStatementSupport()
CallableStatementSupport
OracleDialect. getCallableStatementSupport()
CallableStatementSupport
PostgreSQLDialect. getCallableStatementSupport()
CallableStatementSupport
SQLServerDialect. getCallableStatementSupport()
CallableStatementSupport
SybaseDialect. getCallableStatementSupport()
-
Uses of CallableStatementSupport in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement CallableStatementSupport Modifier and Type Class Description class
AbstractStandardCallableStatementSupport
class
DB2CallableStatementSupport
DB2 implementation of CallableStatementSupport.class
JTDSCallableStatementSupport
Special implementation of CallableStatementSupport for the jTDS driver.class
OracleCallableStatementSupport
Standard implementation ofCallableStatementSupport
.class
PostgreSQLCallableStatementSupport
PostgreSQL implementation of CallableStatementSupport.class
SQLServerCallableStatementSupport
class
StandardCallableStatementSupport
Standard implementation ofCallableStatementSupport
.class
SybaseCallableStatementSupport
Sybase implementation of CallableStatementSupport.
-