Interface | Description |
---|---|
Dao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>> |
This is a simplified variant of
GenericDao for the suggested and common case that you have a Long as
primary key . |
GenericDao<ID,E extends net.sf.mmm.util.entity.api.PersistenceEntity<ID>> |
This is the interface for a Data Access Object (DAO).
|
MasterDataDao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>> |
This is the interface for a
Dao responsible for a PersistenceEntity that represents master-data. |
MutablePersistenceEntity<ID> |
This is the interface for a
PersistenceEntity in OASP. |
Class | Description |
---|---|
AbstractPersistenceEntity | Deprecated
will be removed in a future release.
|
Copyright © 2014–2016 OASP-Team. All rights reserved.