Uses of Class
org.hibernate.query.criteria.CriteriaDefinition
Packages that use CriteriaDefinition
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
-
Uses of CriteriaDefinition in org.hibernate.query.criteria
Constructors in org.hibernate.query.criteria with parameters of type CriteriaDefinitionModifierConstructorDescriptionCriteriaDefinition
(CriteriaDefinition<?> template, Class<R> resultType) Construct a newCriteriaDefinition
based on the givenCriteriaDefinition
.CriteriaDefinition
(CriteriaDefinition<R> template) Construct a newCriteriaDefinition
based on the givenCriteriaDefinition
, with the same query return type.