Package com.devonfw.module.jpa.dataaccess.api
-
Interface Summary Interface Description 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.