Uses of Interface
org.hibernate.sql.exec.spi.JdbcOperationQueryCall
Packages that use JdbcOperationQueryCall
Package
Description
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
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 JdbcOperationQueryCallModifier and TypeMethodDescriptionDB2CallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) JTDSCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) PostgreSQLCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) StandardCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) SybaseCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) Methods in org.hibernate.procedure.internal with parameters of type JdbcOperationQueryCallModifier and TypeMethodDescriptionvoid
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 JdbcOperationQueryCallModifier and TypeMethodDescriptionCallableStatementSupport.interpretCall
(ProcedureCallImplementor<?> procedureCall) Methods in org.hibernate.procedure.spi with parameters of type JdbcOperationQueryCallModifier and TypeMethodDescriptionvoid
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 JdbcOperationQueryCallModifier and TypeClassDescriptionclass
Models the actual call, allowing iterative building of the parts.Methods in org.hibernate.sql.exec.internal that return JdbcOperationQueryCall