Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQueryCall
-
Packages that use JdbcOperationQueryCall Package Description org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.procedure.spi Defines an SPI for calling stored procedures and functions.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC. -
-
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)JdbcOperationQueryCallSybaseCallableStatementSupport. 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()
-