Package org.minimalj.repository.list

  • Class Summary 
    Class Description
    QueryResultList<T>
    A repository may (but is not required to) return a QueryResultList when the find method is called.
    RelationCriteria
    A RelationCriteria is a special Criteria that is used internally by RelationLists that need to load additional element entities.
    RelationList<PARENT,​ELEMENT>
    The class RelationList is used as a specialized list used if a (main) entity has a one-to-many relation to element entities (that have an id of their own).
    SortableList<T>