Uses of Class
org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
-
Packages that use NamedCallableQueryMementoImpl.ParameterMementoImpl Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI. -
-
Uses of NamedCallableQueryMementoImpl.ParameterMementoImpl in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NamedCallableQueryMementoImpl.ParameterMementoImpl Modifier and Type Method Description NamedCallableQueryMementoImpl.ParameterMementoImpl
NamedCallableQueryDefinition.ParameterMapping. resolve(SessionFactoryImplementor factory)
-
Uses of NamedCallableQueryMementoImpl.ParameterMementoImpl in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return NamedCallableQueryMementoImpl.ParameterMementoImpl Modifier and Type Method Description static <U> NamedCallableQueryMementoImpl.ParameterMementoImpl<U>
NamedCallableQueryMementoImpl.ParameterMementoImpl. fromRegistration(ProcedureParameterImplementor<U> registration)
Build a ParameterMemento from the given parameter registration
-