Uses of Interface
org.hibernate.query.criteria.JpaQueryPart
Packages that use JpaQueryPart
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 JpaQueryPart in org.hibernate.query.criteria
Subinterfaces of JpaQueryPart in org.hibernate.query.criteriaModifier and TypeInterfaceDescriptioninterface
A query group i.e.interface
Models aSELECT
query.Methods in org.hibernate.query.criteria that return JpaQueryPartModifier and TypeMethodDescriptionCriteriaDefinition.getQueryPart()
JpaSelectCriteria.getQueryPart()
The query structure.JpaQueryPart.setFetch
(JpaExpression<? extends Number> fetch) JpaQueryPart.setFetch
(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType) JpaQueryPart.setOffset
(JpaExpression<? extends Number> offset) JpaQueryPart.setSortSpecifications
(List<? extends JpaOrder> sortSpecifications) Methods in org.hibernate.query.criteria that return types with arguments of type JpaQueryPart -
Uses of JpaQueryPart in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaQueryPartModifier and TypeClassDescriptionclass
A grouped list of queries connected through a certain set operator.class
SqmQueryPart<T>
Defines the ordering and fetch/offset part of a query which is shared with query groups.class
SqmQuerySpec<T>
Defines the commonality between a root query and a subquery.Methods in org.hibernate.query.sqm.tree.select that return JpaQueryPartModifier and TypeMethodDescriptionSqmQueryPart.setFetch
(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType)