E
- is the generic type of the PersistenceEntity
.public interface Dao<E extends net.sf.mmm.util.entity.api.PersistenceEntity<Long>> extends GenericDao<Long,E>
GenericDao
for the suggested and common case that you have a Long
as
primary key
.GenericDao
,
AbstractPersistenceEntity
Copyright © 2014–2016 OASP-Team. All rights reserved.