Uses of Interface
org.hibernate.query.criteria.JpaQueryGroup
Packages that use JpaQueryGroup
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 JpaQueryGroup in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaQueryGroupModifier and TypeMethodDescriptionJpaQueryGroup.setFetch
(JpaExpression<? extends Number> fetch) JpaQueryGroup.setFetch
(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) JpaQueryGroup.setOffset
(JpaExpression<? extends Number> offset) JpaQueryGroup.setSortSpecifications
(List<? extends JpaOrder> sortSpecifications) -
Uses of JpaQueryGroup in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaQueryGroupModifier and TypeClassDescriptionclass
A grouped list of queries connected through a certain set operator.