Uses of Interface
org.hibernate.procedure.FunctionReturn
-
Packages that use FunctionReturn Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi -
-
Uses of FunctionReturn in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement FunctionReturn Modifier and Type Class Description class
FunctionReturnImpl<T>
-
Uses of FunctionReturn in org.hibernate.procedure.spi
Subinterfaces of FunctionReturn in org.hibernate.procedure.spi Modifier and Type Interface Description interface
FunctionReturnImplementor<T>
-