Interface Expression<T>

Type Parameters:
T - the type of the expression
All Superinterfaces:
Selection<T>, TupleElement<T>
All Known Subinterfaces:
CollectionJoin<Z,E>, CriteriaBuilder.Case<R>, CriteriaBuilder.Coalesce<T>, CriteriaBuilder.In<T>, CriteriaBuilder.SimpleCase<C,R>, 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 Expression<T> extends Selection<T>
Type for query expressions.
Since:
2.0