Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
Packages that use JdbcOperationQueryCall 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 JdbcOperationQueryCall in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return JdbcOperationQueryCall Modifier and Type Method Description JdbcOperationQueryCallDB2CallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)JdbcOperationQueryCallJTDSCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)JdbcOperationQueryCallPostgreSQLCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)JdbcOperationQueryCallStandardCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)Methods in org.hibernate.procedure.internal with parameters of type JdbcOperationQueryCall Modifier and Type Method Description voidAbstractStandardCallableStatementSupport. registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session) -
Uses of JdbcOperationQueryCall in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcOperationQueryCall Modifier and Type Method Description JdbcOperationQueryCallCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)Methods in org.hibernate.procedure.spi with parameters of type JdbcOperationQueryCall Modifier and Type Method Description voidCallableStatementSupport. registerParameters(String procedureName, JdbcOperationQueryCall procedureCall, CallableStatement statement, ProcedureParameterMetadataImplementor parameterMetadata, SharedSessionContractImplementor session) -
Uses of JdbcOperationQueryCall in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcOperationQueryCall Modifier and Type Class Description classJdbcCallImplModels the actual call, allowing iterative building of the parts.Methods in org.hibernate.sql.exec.internal that return JdbcOperationQueryCall Modifier and Type Method Description JdbcOperationQueryCallJdbcCallImpl.Builder. buildJdbcCall()
-