Uses of Class
org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
Packages that use NamedCriteriaQueryMementoImpl
Package
Description
Package for the SQM-backed Query implementation details
-
Uses of NamedCriteriaQueryMementoImpl in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type NamedCriteriaQueryMementoImplModifierConstructorDescriptionSqmSelectionQueryImpl
(NamedCriteriaQueryMementoImpl<?> memento, SqmSelectStatement<R> selectStatement, Class<R> expectedResultType, SharedSessionContractImplementor session) Creates aSelectionQuery
instance from a named criteria query memento.