Package | Description |
---|---|
javax.persistence.criteria |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionJoin<Z,E> |
interface |
CompoundSelection<X> |
static interface |
CriteriaBuilder.Case<R> |
static interface |
CriteriaBuilder.Coalesce<T> |
static interface |
CriteriaBuilder.In<T> |
static interface |
CriteriaBuilder.SimpleCase<C,R> |
interface |
Expression<T> |
interface |
From<Z,X> |
interface |
Join<Z,X> |
interface |
ListJoin<Z,E> |
interface |
MapJoin<Z,K,V> |
interface |
ParameterExpression<T> |
interface |
Path<X> |
interface |
PluralJoin<Z,C,E> |
interface |
Predicate |
interface |
Root<X> |
interface |
SetJoin<Z,E> |
interface |
Subquery<T> |
Modifier and Type | Method and Description |
---|---|
Selection<X> |
Selection.alias(String name) |
Selection<T> |
AbstractQuery.getSelection() |
Modifier and Type | Method and Description |
---|---|
List<Selection<?>> |
Selection.getCompoundSelectionItems() |
Modifier and Type | Method and Description |
---|---|
CompoundSelection<Object[]> |
CriteriaBuilder.array(Selection<?>... selections) |
<Y> CompoundSelection<Y> |
CriteriaBuilder.construct(Class<Y> resultClass,
Selection<?>... selections) |
CriteriaQuery<T> |
CriteriaQuery.multiselect(Selection<?>... selections) |
CriteriaQuery<T> |
CriteriaQuery.select(Selection<? extends T> selection) |
CompoundSelection<Tuple> |
CriteriaBuilder.tuple(Selection<?>... selections) |
Modifier and Type | Method and Description |
---|---|
CriteriaQuery<T> |
CriteriaQuery.multiselect(List<Selection<?>> selectionList) |
Copyright © 2013. All Rights Reserved.