Uses of Interface
org.hibernate.query.criteria.JpaQueryPart
-
Packages that use JpaQueryPart Package Description org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of JpaQueryPart in org.hibernate.query.criteria
Subinterfaces of JpaQueryPart in org.hibernate.query.criteria Modifier and Type Interface Description interfaceJpaQueryGroup<T>A query group i.e.interfaceJpaQueryStructure<T>Models aSELECTquery.Methods in org.hibernate.query.criteria that return JpaQueryPart Modifier and Type Method Description JpaQueryPart<T>JpaSelectCriteria. getQueryPart()The query structure.JpaQueryPart<T>JpaQueryPart. setFetch(JpaExpression<?> fetch)JpaQueryPart<T>JpaQueryPart. setFetch(JpaExpression<?> fetch, FetchClauseType fetchClauseType)JpaQueryPart<T>JpaQueryPart. setOffset(JpaExpression<?> offset)JpaQueryPart<T>JpaQueryPart. setSortSpecifications(List<? extends JpaOrder> sortSpecifications)Methods in org.hibernate.query.criteria that return types with arguments of type JpaQueryPart Modifier and Type Method Description List<? extends JpaQueryPart<T>>JpaQueryGroup. getQueryParts() -
Uses of JpaQueryPart in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaQueryPart Modifier and Type Class Description classSqmQueryGroup<T>A grouped list of queries connected through a certain set operator.classSqmQueryPart<T>Defines the ordering and fetch/offset part of a query which is shared with query groups.classSqmQuerySpec<T>Defines the commonality between a root query and a subquery.Methods in org.hibernate.query.sqm.tree.select that return JpaQueryPart Modifier and Type Method Description JpaQueryPart<T>SqmQueryPart. setFetch(JpaExpression<?> fetch, FetchClauseType fetchClauseType)
-