Uses of Interface
org.hibernate.procedure.spi.FunctionReturnImplementor
-
Packages that use FunctionReturnImplementor Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi -
-
Uses of FunctionReturnImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement FunctionReturnImplementor Modifier and Type Class Description classFunctionReturnImpl<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 FunctionReturnImplementorProcedureCallImplementor. getFunctionReturn()
-