All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> Abstract base implementation ofDaointerface.AbstractGenericDao<ID,E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<ID>> This is the abstract base-implementation of theGenericDaointerface.AbstractMasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> This is the abstract base implementation ofMasterDataDao.Dao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> This is a simplified variant ofGenericDaofor the suggested and common case that you have aLongasprimary key.GenericDao<ID,E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<ID>> This is the interface for a Data Access Object (DAO).MasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> This is the interface for aDaoresponsible for aPersistenceEntitythat represents master-data.