Uses of Interface
org.hibernate.sql.exec.spi.JdbcCall
-
Packages that use JdbcCall Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.sql.exec.internal -
-
Uses of JdbcCall in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return JdbcCall Modifier and Type Method Description JdbcCall
PostgresCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
JdbcCall
StandardCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
Methods in org.hibernate.procedure.internal with parameters of type JdbcCall Modifier and Type Method Description void
AbstractStandardCallableStatementSupport. registerParameters(String procedureName, JdbcCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
-
Uses of JdbcCall in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcCall Modifier and Type Method Description JdbcCall
CallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
Methods in org.hibernate.procedure.spi with parameters of type JdbcCall Modifier and Type Method Description void
CallableStatementSupport. registerParameters(String procedureName, JdbcCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session)
-
Uses of JdbcCall in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCall Modifier and Type Class Description class
JdbcCallImpl
Models the actual call, allowing iterative building of the parts.Methods in org.hibernate.sql.exec.internal that return JdbcCall Modifier and Type Method Description JdbcCall
JdbcCallImpl.Builder. buildJdbcCall()
-