Class MemoryEntityList<T extends PersistenceEntity>

  • Type Parameters:
    T - Entity type.
    All Implemented Interfaces:
    java.io.Serializable

    public class MemoryEntityList<T extends PersistenceEntity>
    extends PageableEntityList<T>
    MemoryEntityList is a PageableEntityList that holds all the entities in memory.
    Since:
    1.0
    See Also:
    Serialized Form