Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterImplementor
-
Packages that use ProcedureParameterImplementor Package Description org.hibernate.procedure.spi org.hibernate.query.spi -
-
Uses of ProcedureParameterImplementor in org.hibernate.procedure.spi
Subinterfaces of ProcedureParameterImplementor in org.hibernate.procedure.spi Modifier and Type Interface Description interfaceFunctionReturnImplementor<T>Methods in org.hibernate.procedure.spi that return ProcedureParameterImplementor Modifier and Type Method Description ProcedureParameterImplementorNamedCallableQueryMemento.ParameterMemento. resolve(SharedSessionContractImplementor session) -
Uses of ProcedureParameterImplementor in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return types with arguments of type ProcedureParameterImplementor Modifier and Type Method Description List<? extends ProcedureParameterImplementor<?>>ProcedureParameterMetadataImplementor. getRegistrationsAsList()
-