Uses of Class
org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
Packages that use NamedHqlQueryMementoImpl
Package
Description
Package for the SQM-backed Query implementation details
-
Uses of NamedHqlQueryMementoImpl in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type NamedHqlQueryMementoImplModifierConstructorDescriptionSqmSelectionQueryImpl
(NamedHqlQueryMementoImpl<?> memento, Class<R> resultType, SharedSessionContractImplementor session) Creates aSelectionQuery
instance from a named HQL memento.