Uses of Interface
org.hibernate.procedure.spi.ProcedureParameterImplementor
-
Packages that use ProcedureParameterImplementor Package Description org.hibernate.procedure.internal Defines the internal support for implementing stored procedure calling.org.hibernate.procedure.spi org.hibernate.query.spi -
-
Uses of ProcedureParameterImplementor in org.hibernate.procedure.internal
Classes in org.hibernate.procedure.internal that implement ProcedureParameterImplementor Modifier and Type Class Description classFunctionReturnImpl<T>classProcedureParameterImpl<T>Methods in org.hibernate.procedure.internal that return ProcedureParameterImplementor Modifier and Type Method Description ProcedureParameterImplementor<?>ProcedureParameterMetadataImpl. findQueryParameter(int positionLabel)ProcedureParameterImplementor<?>ProcedureParameterMetadataImpl. findQueryParameter(String name)ProcedureParameterImplementor<?>ProcedureCallImpl. getParameterRegistration(int position)ProcedureParameterImplementor<?>ProcedureCallImpl. getParameterRegistration(String name)ProcedureParameterImplementor<?>ProcedureParameterMetadataImpl. getQueryParameter(int positionLabel)ProcedureParameterImplementor<?>ProcedureParameterMetadataImpl. getQueryParameter(String name)<T> ProcedureParameterImplementor<T>ProcedureCallImpl. registerParameter(String name, Class<T> javaType, jakarta.persistence.ParameterMode mode)<T> ProcedureParameterImplementor<T>ProcedureCallImpl. registerParameter(String name, BasicTypeReference<T> typeReference, jakarta.persistence.ParameterMode mode)ProcedureParameterImplementor<T>NamedCallableQueryMementoImpl.ParameterMementoImpl. resolve(SharedSessionContractImplementor session)<P> ProcedureParameterImplementor<P>ProcedureParameterMetadataImpl. resolve(jakarta.persistence.Parameter<P> param)Methods in org.hibernate.procedure.internal that return types with arguments of type ProcedureParameterImplementor Modifier and Type Method Description List<? extends ProcedureParameterImplementor<?>>ProcedureParameterMetadataImpl. getRegistrationsAsList()Methods in org.hibernate.procedure.internal with parameters of type ProcedureParameterImplementor Modifier and Type Method Description static <U> NamedCallableQueryMementoImpl.ParameterMementoImpl<U>NamedCallableQueryMementoImpl.ParameterMementoImpl. fromRegistration(ProcedureParameterImplementor<U> registration)Build a ParameterMemento from the given parameter registration<P> ProcedureParameterBinding<P>ProcedureParamBindings. getQueryParamerBinding(ProcedureParameterImplementor<P> parameter)voidProcedureParameterMetadataImpl. registerParameter(ProcedureParameterImplementor parameter)Constructors in org.hibernate.procedure.internal with parameters of type ProcedureParameterImplementor Constructor Description ProcedureParameterBindingImpl(ProcedureParameterImplementor<T> queryParameter, SessionFactoryImplementor sessionFactory) -
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 ProcedureParameterImplementor<?>NamedCallableQueryMemento.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()
-