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 TypeMethodDescription@Nullable JpaExpression<? extends Number> getFetch()@Nullable JpaExpression<? extends Number> setFetch(@Nullable JpaExpression<? extends Number> fetch) setFetch(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) setOffset(@Nullable JpaExpression<? extends Number> offset) setSortSpecifications(List<? extends JpaOrder> sortSpecifications)
-
Method Details
-
getSortSpecifications
-
setSortSpecifications
-
getOffset
@Nullable JpaExpression<? extends Number> getOffset() -
setOffset
-
getFetch
@Nullable JpaExpression<? extends Number> getFetch() -
setFetch
-
setFetch
-
getFetchClauseType
FetchClauseType getFetchClauseType()
-