Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Interface and Description |
---|---|
interface |
CriteriaQuery<T> |
interface |
Subquery<T> |
Modifier and Type | Method and Description |
---|---|
AbstractQuery<T> |
AbstractQuery.distinct(boolean distinct) |
AbstractQuery<?> |
Subquery.getParent() |
AbstractQuery<T> |
AbstractQuery.groupBy(Expression<?>... grouping) |
AbstractQuery<T> |
AbstractQuery.groupBy(List<Expression<?>> grouping) |
AbstractQuery<T> |
AbstractQuery.having(Expression<Boolean> restriction) |
AbstractQuery<T> |
AbstractQuery.having(Predicate... restrictions) |
AbstractQuery<T> |
AbstractQuery.where(Expression<Boolean> restriction) |
AbstractQuery<T> |
AbstractQuery.where(Predicate... restrictions) |
Copyright © 2016. All rights reserved.