E
- is the generic type of the PersistenceEntity
. Should be derived from
AbstractPersistenceEntity
.public abstract class AbstractMasterDataDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>> extends AbstractDao<E> implements MasterDataDao<E>
MasterDataDao
.Constructor and Description |
---|
AbstractMasterDataDao()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
findAll() |
applyCriteria, applyCriteria, applyCriteria, applyPagination, calculateTotalBeforePagination, createPaginationResult, delete, delete, delete, exists, find, findAll, findOne, findPaginated, findPaginated, forceIncrementModificationCounter, getEntityClass, getEntityManager, getEntityName, isNew, save, save, setEntityManager
public List<E> findAll()
findAll
in interface MasterDataDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
findAll
in class AbstractGenericDao<Long,E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>>
Iterable
to find ALL managed entities
from the persistent store. Not
exposed to API by default as this might not make sense for all kind of entities.Copyright © 2014–2016 OASP-Team. All rights reserved.