Uses of Interface
org.hibernate.query.sqm.tree.select.SqmSelectQuery
-
Packages that use SqmSelectQuery Package Description org.hibernate.query.sqm.tree.select -
-
Uses of SqmSelectQuery in org.hibernate.query.sqm.tree.select
Classes in org.hibernate.query.sqm.tree.select that implement SqmSelectQuery Modifier and Type Class Description classAbstractSqmSelectQuery<T>classSqmSelectStatement<T>classSqmSubQuery<T>Methods in org.hibernate.query.sqm.tree.select that return SqmSelectQuery Modifier and Type Method Description SqmSelectQuery<T>AbstractSqmSelectQuery. distinct(boolean distinct)SqmSelectQuery<T>SqmSelectQuery. distinct(boolean distinct)SqmSelectQuery<?>SqmSubQuery. getParent()SqmSelectQuery<T>AbstractSqmSelectQuery. groupBy(Expression<?>... expressions)SqmSelectQuery<T>AbstractSqmSelectQuery. groupBy(List<Expression<?>> grouping)SqmSelectQuery<T>AbstractSqmSelectQuery. having(Expression<Boolean> booleanExpression)SqmSelectQuery<T>AbstractSqmSelectQuery. having(Predicate... predicates)SqmSelectQuery<T>AbstractSqmSelectQuery. where(Expression<Boolean> restriction)SqmSelectQuery<T>AbstractSqmSelectQuery. where(Predicate... restrictions)
-