Package org.hibernate.query.criteria
Interface JpaQueryGroup<T>
- All Superinterfaces:
JpaCriteriaNode
,JpaQueryPart<T>
,Serializable
- All Known Implementing Classes:
SqmQueryGroup
A query group i.e. query parts connected with a set operator.
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends JpaQueryPart<T>>
setFetch
(JpaExpression<? extends Number> fetch) setFetch
(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) setOffset
(JpaExpression<? extends Number> offset) setSortSpecifications
(List<? extends JpaOrder> sortSpecifications) Methods inherited from interface org.hibernate.query.criteria.JpaQueryPart
getFetch, getFetchClauseType, getOffset, getSortSpecifications
-
Method Details
-
getQueryParts
List<? extends JpaQueryPart<T>> getQueryParts() -
setSortSpecifications
- Specified by:
setSortSpecifications
in interfaceJpaQueryPart<T>
-
setOffset
- Specified by:
setOffset
in interfaceJpaQueryPart<T>
-
setFetch
- Specified by:
setFetch
in interfaceJpaQueryPart<T>
-
setFetch
- Specified by:
setFetch
in interfaceJpaQueryPart<T>
-