Uses of Class
org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
-
Packages that use AbstractStandardCallableStatementSupport Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of AbstractStandardCallableStatementSupport in org.hibernate.procedure.internal
Subclasses of AbstractStandardCallableStatementSupport in org.hibernate.procedure.internal Modifier and Type Class Description class
DB2CallableStatementSupport
DB2 implementation of CallableStatementSupport.class
JTDSCallableStatementSupport
Special implementation of CallableStatementSupport for the jTDS driver.class
PostgreSQLCallableStatementSupport
PostgreSQL implementation of CallableStatementSupport.class
StandardCallableStatementSupport
Standard implementation ofCallableStatementSupport
.class
SybaseCallableStatementSupport
Sybase implementation of CallableStatementSupport.
-