Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
-
Packages that use JdbcCallFunctionReturn 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.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC. -
-
Uses of JdbcCallFunctionReturn in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturn
FunctionReturnImpl. toJdbcFunctionReturn(SharedSessionContractImplementor persistenceContext)
-
Uses of JdbcCallFunctionReturn in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturn
FunctionReturnImplementor. toJdbcFunctionReturn(SharedSessionContractImplementor session)
-
Uses of JdbcCallFunctionReturn in org.hibernate.sql.exec.internal
Classes in org.hibernate.sql.exec.internal that implement JdbcCallFunctionReturn Modifier and Type Class Description class
JdbcCallFunctionReturnImpl
Methods in org.hibernate.sql.exec.internal that return JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturn
JdbcCallImpl. getFunctionReturn()
Methods in org.hibernate.sql.exec.internal with parameters of type JdbcCallFunctionReturn Modifier and Type Method Description void
JdbcCallImpl.Builder. setFunctionReturn(JdbcCallFunctionReturn functionReturn)
Constructors in org.hibernate.sql.exec.internal with parameters of type JdbcCallFunctionReturn Constructor Description JdbcCallImpl(String callableName, JdbcCallFunctionReturn functionReturn, List<JdbcCallParameterRegistration> parameterRegistrations, List<JdbcParameterBinder> parameterBinders, List<JdbcCallParameterExtractor> parameterExtractors)
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 JdbcCallFunctionReturn Modifier and Type Method Description JdbcCallFunctionReturn
JdbcOperationQueryCall. getFunctionReturn()
If the call is a function, returns the function return descriptor
-