javax.persistence.criteria
Interface Selection<X>
- All Superinterfaces:
- TupleElement<X>
- All Known Subinterfaces:
- CollectionJoin<Z,E>, CompoundSelection<X>, CriteriaBuilder.Case<R>, CriteriaBuilder.Coalesce<T>, CriteriaBuilder.In<T>, CriteriaBuilder.SimpleCase<C,R>, Expression<T>, From<Z,X>, Join<Z,X>, ListJoin<Z,E>, MapJoin<Z,K,V>, ParameterExpression<T>, Path<X>, PluralJoin<Z,C,E>, Predicate, Root<X>, SetJoin<Z,E>, Subquery<T>
public interface Selection<X>
- extends TupleElement<X>
alias
Selection<X> alias(java.lang.String name)
isCompoundSelection
boolean isCompoundSelection()
getCompoundSelectionItems
java.util.List<Selection<?>> getCompoundSelectionItems()