Class TableExpression

  • All Implemented Interfaces:
    Serializable, Cloneable
    Direct Known Subclasses:
    FromSubSelectExpression

    public class TableExpression
    extends DataExpression
    A TableExpression allows for a raw database table to be referenced in a query. This is used for ManyToMany and DirectCollection mappings to define their selection criteria. It can also be used directly to mix SQL artifacts with Expressions.
    See Also:
    Serialized Form