Package 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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Selection<X>alias(java.lang.String name)java.util.List<Selection<?>>getCompoundSelectionItems()booleanisCompoundSelection()-
Methods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
-