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(Expression<?>... grouping)JpaSubQuery<T>JpaSubQuery. groupBy(List<Expression<?>> grouping)JpaSubQuery<T>JpaSubQuery. having(Expression<Boolean> restriction)JpaSubQuery<T>JpaSubQuery. having(Predicate... restrictions)JpaSubQuery<T>JpaSubQuery. multiselect(Selection<?>... selections)JpaSubQuery<T>JpaSubQuery. multiselect(List<Selection<?>> selectionList)JpaSubQuery<T>JpaSubQuery. offset(Number offset)JpaSubQuery<T>JpaSubQuery. offset(JpaExpression<? extends Number> offset)JpaSubQuery<T>JpaSubQuery. orderBy(Order... o)JpaSubQuery<T>JpaSubQuery. orderBy(List<Order> o)JpaSubQuery<T>JpaSubQuery. select(Expression<T> expression)<U> JpaSubQuery<U>JpaCriteriaBase. subquery(Class<U> type)JpaSubQuery<T>JpaSubQuery. where(Expression<Boolean> restriction)JpaSubQuery<T>JpaSubQuery. where(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(Order... orders)JpaSubQuery<T>SqmSubQuery. orderBy(List<Order> orders)
-