Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
Packages that use JdbcCallFunctionReturn
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.
SPI for execution of SQL statements via JDBC.
-
Uses of JdbcCallFunctionReturn in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return JdbcCallFunctionReturnModifier and TypeMethodDescriptionFunctionReturnImpl.toJdbcFunctionReturn
(SharedSessionContractImplementor persistenceContext) -
Uses of JdbcCallFunctionReturn in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcCallFunctionReturnModifier and TypeMethodDescriptionFunctionReturnImplementor.toJdbcFunctionReturn
(SharedSessionContractImplementor session) -
Uses of JdbcCallFunctionReturn in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCallFunctionReturnMethods in org.hibernate.sql.exec.internal that return JdbcCallFunctionReturnMethods in org.hibernate.sql.exec.internal with parameters of type JdbcCallFunctionReturnModifier and TypeMethodDescriptionvoid
JdbcCallImpl.Builder.setFunctionReturn
(JdbcCallFunctionReturn functionReturn) Constructors in org.hibernate.sql.exec.internal with parameters of type JdbcCallFunctionReturnModifierConstructorDescriptionprotected
JdbcCallImpl
(String callableName, JdbcCallFunctionReturn functionReturn, List<JdbcCallParameterRegistration> parameterRegistrations, List<JdbcParameterBinder> parameterBinders, List<JdbcCallParameterExtractor> parameterExtractors) protected
JdbcCallImpl
(String callableName, JdbcCallFunctionReturn functionReturn, List<JdbcCallParameterRegistration> parameterRegistrations, List<JdbcParameterBinder> parameterBinders, List<JdbcCallParameterExtractor> parameterExtractors, List<JdbcCallRefCursorExtractor> refCursorExtractors) -
Uses of JdbcCallFunctionReturn in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return JdbcCallFunctionReturnModifier and TypeMethodDescriptionJdbcOperationQueryCall.getFunctionReturn()
If the call is a function, returns the function return descriptor