Package org.hibernate.query.criteria
Interface JpaQueryPart<T>
- All Superinterfaces:
JpaCriteriaNode
,Serializable
- All Known Subinterfaces:
JpaQueryGroup<T>
,JpaQueryStructure<T>
- All Known Implementing Classes:
SqmQueryGroup
,SqmQueryPart
,SqmQuerySpec
Models a query part i.e. the commonalities between a query group and a query specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionJpaExpression<? extends Number>
getFetch()
JpaExpression<? extends Number>
setFetch
(JpaExpression<? extends Number> fetch) setFetch
(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) setOffset
(JpaExpression<? extends Number> offset) setSortSpecifications
(List<? extends JpaOrder> sortSpecifications)
-
Method Details
-
getSortSpecifications
-
setSortSpecifications
-
getOffset
JpaExpression<? extends Number> getOffset() -
setOffset
-
getFetch
JpaExpression<? extends Number> getFetch() -
setFetch
-
setFetch
-
getFetchClauseType
FetchClauseType getFetchClauseType()
-