Uses of Interface
org.hibernate.procedure.spi.FunctionReturnImplementor
-
Packages that use FunctionReturnImplementor 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. -
-
Uses of FunctionReturnImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement FunctionReturnImplementor Modifier and Type Class Description class
FunctionReturnImpl<T>
Methods in org.hibernate.procedure.internal that return FunctionReturnImplementor Modifier and Type Method Description FunctionReturnImplementor<R>
ProcedureCallImpl. getFunctionReturn()
-
Uses of FunctionReturnImplementor in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi that return FunctionReturnImplementor Modifier and Type Method Description FunctionReturnImplementor
ProcedureCallImplementor. getFunctionReturn()
-