Uses of Interface
org.hibernate.sql.exec.spi.JdbcCallFunctionReturn
-
Packages that use JdbcCallFunctionReturn Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi -
-
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
-