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 JdbcOperationQueryCall
DB2CallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
JdbcOperationQueryCall
JTDSCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
JdbcOperationQueryCall
PostgreSQLCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
JdbcOperationQueryCall
StandardCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
JdbcOperationQueryCall
SybaseCallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
Methods in org.hibernate.procedure.internal with parameters of type JdbcOperationQueryCall Modifier and Type Method Description void
AbstractStandardCallableStatementSupport. 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 JdbcOperationQueryCall
CallableStatementSupport. interpretCall(ProcedureCallImplementor<?> procedureCall)
Methods in org.hibernate.procedure.spi with parameters of type JdbcOperationQueryCall Modifier and Type Method Description void
CallableStatementSupport. 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 class
JdbcCallImpl
Models the actual call, allowing iterative building of the parts.Methods in org.hibernate.sql.exec.internal that return JdbcOperationQueryCall Modifier and Type Method Description JdbcOperationQueryCall
JdbcCallImpl.Builder. buildJdbcCall()
-