Class SelectStatement<E extends EntityBean>

  • Type Parameters:
    E - type of the entity.
    All Implemented Interfaces:
    Statement<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>

    public class SelectStatement<E extends EntityBean>
    extends AbstractStatement<E>
    Statement to query data from the database using a Select.
    Since:
    1.0.0