Class FieldExpression

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

    public class FieldExpression
    extends DataExpression
    Field expressions represent a field of a table. Their base is either a table or object expression. This is used for mapping queries and to allow queries on non-mapped field or tables.
    See Also:
    Serialized Form