Uses of Interface
org.hibernate.query.criteria.JpaSubQuery
-
Packages that use JpaSubQuery Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm.tree.select -
-
Uses of JpaSubQuery in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaSubQuery Modifier and Type Method Description JpaSubQuery<T>JpaSubQuery. distinct(boolean distinct)JpaSubQuery<T>JpaSubQuery. fetch(Number fetch)JpaSubQuery<T>JpaSubQuery. fetch(Number fetch, FetchClauseType fetchClauseType)JpaSubQuery<T>JpaSubQuery. fetch(JpaExpression<? extends Number> fetch)JpaSubQuery<T>JpaSubQuery. fetch(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType)JpaSubQuery<T>JpaDerivedFrom. getQueryPart()The subquery part for this derived from node.JpaSubQuery<T>JpaSubQuery. groupBy(jakarta.persistence.criteria.Expression<?>... grouping)JpaSubQuery<T>JpaSubQuery. groupBy(List<jakarta.persistence.criteria.Expression<?>> grouping)JpaSubQuery<T>JpaSubQuery. having(jakarta.persistence.criteria.Expression<Boolean> restriction)JpaSubQuery<T>JpaSubQuery. having(jakarta.persistence.criteria.Predicate... restrictions)JpaSubQuery<T>JpaSubQuery. multiselect(jakarta.persistence.criteria.Selection<?>... selections)JpaSubQuery<T>JpaSubQuery. multiselect(List<jakarta.persistence.criteria.Selection<?>> selectionList)JpaSubQuery<T>JpaSubQuery. offset(Number offset)JpaSubQuery<T>JpaSubQuery. offset(JpaExpression<? extends Number> offset)JpaSubQuery<T>JpaSubQuery. orderBy(jakarta.persistence.criteria.Order... o)JpaSubQuery<T>JpaSubQuery. orderBy(List<jakarta.persistence.criteria.Order> o)JpaSubQuery<T>JpaSubQuery. select(jakarta.persistence.criteria.Expression<T> expression)<U> JpaSubQuery<U>JpaCriteriaBase. subquery(Class<U> type)JpaSubQuery<T>JpaSubQuery. where(jakarta.persistence.criteria.Expression<Boolean> restriction)JpaSubQuery<T>JpaSubQuery. where(jakarta.persistence.criteria.Predicate... restrictions) -
Uses of JpaSubQuery in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement JpaSubQuery Modifier and Type Class Description classSqmSubQuery<T>Methods in org.hibernate.query.sqm.tree.select that return JpaSubQuery Modifier and Type Method Description JpaSubQuery<T>SqmSubQuery. fetch(Number fetch)JpaSubQuery<T>SqmSubQuery. fetch(Number fetch, FetchClauseType fetchClauseType)JpaSubQuery<T>SqmSubQuery. fetch(JpaExpression<? extends Number> fetch)JpaSubQuery<T>SqmSubQuery. fetch(JpaExpression<? extends Number> fetch, FetchClauseType fetchClauseType)JpaSubQuery<T>SqmSubQuery. offset(Number offset)JpaSubQuery<T>SqmSubQuery. offset(JpaExpression<? extends Number> offset)JpaSubQuery<T>SqmSubQuery. orderBy(jakarta.persistence.criteria.Order... orders)JpaSubQuery<T>SqmSubQuery. orderBy(List<jakarta.persistence.criteria.Order> orders)
-