Uses of Interface
org.hibernate.query.criteria.JpaSelectCriteria
Packages that use JpaSelectCriteria
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Nodes representing
select statements in the SQM tree.-
Uses of JpaSelectCriteria in org.hibernate.query.criteria
Subinterfaces of JpaSelectCriteria in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterfaceExtension of the JPACriteriaQueryinterfaceJpaSubQuery<T>Classes in org.hibernate.query.criteria that implement JpaSelectCriteriaModifier and TypeClassDescriptionclassA utility class that makes it easier to build criteria queries.Methods in org.hibernate.query.criteria that return JpaSelectCriteriaModifier and TypeMethodDescriptionJpaSelectCriteria.distinct(boolean distinct) JpaCteCriteria.getCteDefinition()The definition of the CTE.JpaSelectCriteria.groupBy(Expression<?>... grouping) JpaSelectCriteria.groupBy(List<Expression<?>> grouping) JpaSelectCriteria.having(BooleanExpression... restrictions) JpaSelectCriteria.having(Expression<Boolean> restriction) JpaSelectCriteria.having(List<? extends Expression<Boolean>> restrictions) JpaSelectCriteria.where(BooleanExpression... restrictions) JpaSelectCriteria.where(Expression<Boolean> restriction) JpaSelectCriteria.where(List<? extends Expression<Boolean>> restrictions) -
Uses of JpaSelectCriteria in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaSelectCriteria in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterfaceClasses in org.hibernate.query.sqm.tree.select that implement JpaSelectCriteriaMethods in org.hibernate.query.sqm.tree.select that return JpaSelectCriteriaModifier and TypeMethodDescriptionAbstractSqmSelectQuery.having(BooleanExpression... restrictions) AbstractSqmSelectQuery.having(List<? extends Expression<Boolean>> restrictions) AbstractSqmSelectQuery.where(List<? extends Expression<Boolean>> restrictions)