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 TypeInterfaceDescriptioninterface
Extension of the JPACriteriaQuery
interface
JpaSubQuery<T>
Classes in org.hibernate.query.criteria that implement JpaSelectCriteriaModifier and TypeClassDescriptionclass
A 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
(Expression<Boolean> restriction) JpaSelectCriteria.where
(Expression<Boolean> restriction) -
Uses of JpaSelectCriteria in org.hibernate.query.sqm.tree.select
Subinterfaces of JpaSelectCriteria in org.hibernate.query.sqm.tree.selectModifier and TypeInterfaceDescriptioninterface
Classes in org.hibernate.query.sqm.tree.select that implement JpaSelectCriteria