Class AbstractEntitiesClause<E extends EntityBean,​SELF extends AbstractEntitiesClause<E,​SELF>>

  • Type Parameters:
    E - type of the entity.
    SELF - type of this class itself.
    All Implemented Interfaces:
    Clause, TypedClause<E>, io.github.mmm.marshall.MarshallableObject, io.github.mmm.marshall.Marshaller<Object>, io.github.mmm.marshall.Marshalling<Object>, io.github.mmm.marshall.MarshallingObject, io.github.mmm.marshall.UnmarshallableObject, io.github.mmm.marshall.Unmarshaller<Object>
    Direct Known Subclasses:
    From

    public abstract class AbstractEntitiesClause<E extends EntityBean,​SELF extends AbstractEntitiesClause<E,​SELF>>
    extends AbstractEntityClause<E,​SELF>
    A AbstractEntitiesClause is a Clause of an SQL Statement that specifies the entity and/or entity name (table) to operate on.
    Since:
    1.0.0