Uses of Interface
org.hibernate.procedure.spi.CallableStatementSupport
-
Packages that use CallableStatementSupport Package Description org.hibernate.dialect org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling. -
-
Uses of CallableStatementSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return CallableStatementSupport Modifier and Type Method Description CallableStatementSupportAbstractHANADialect. getCallableStatementSupport()CallableStatementSupportDialect. getCallableStatementSupport()CallableStatementSupportOracleDialect. getCallableStatementSupport()CallableStatementSupportPostgreSQLDialect. getCallableStatementSupport() -
Uses of CallableStatementSupport in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement CallableStatementSupport Modifier and Type Class Description classAbstractStandardCallableStatementSupportclassPostgresCallableStatementSupportclassStandardCallableStatementSupportStandard implementation of CallableStatementSupport
-