Uses of Interface
org.hibernate.procedure.FunctionReturn
-
Packages that use FunctionReturn 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 FunctionReturn in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement FunctionReturn Modifier and Type Class Description classFunctionReturnImpl<T> -
Uses of FunctionReturn in org.hibernate.procedure.spi
Subinterfaces of FunctionReturn in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceFunctionReturnImplementor<T>
-