接口 Expression<T>

所有超级接口:
Selection<T>
所有已知子接口:
ComparableExpression<T>, ConfigurableSubQuery<R>, ExpressionImplementor<T>, NumericExpression<N>, Predicate, PredicateImplementor, PropExpression<T>, PropExpression.Cmp<T>, PropExpression.Embedded<T>, PropExpression.Num<N>, PropExpression.Str, PropExpressionImplementor<T>, StringExpression, TypedSubQuery<R>
所有已知实现类:
AbstractTypedEmbeddedPropExpression, CompositePredicate, ConfigurableSubQueryImpl, ExistsPredicate, NotPredicate, PropExpressionImpl, PropExpressionImpl.EmbeddedImpl, SubQueryFunctionExpression, SubQueryFunctionExpression.All, SubQueryFunctionExpression.Any, Tuples.Expr2, Tuples.Expr3, Tuples.Expr4, Tuples.Expr5, Tuples.Expr6, Tuples.Expr7, Tuples.Expr8, Tuples.Expr9

public interface Expression<T> extends Selection<T>