Uses of Interface
com.devonfw.module.jpa.dataaccess.api.GenericDao
-
Packages that use GenericDao Package Description com.devonfw.module.jpa.dataaccess.api com.devonfw.module.jpa.dataaccess.base -
-
Uses of GenericDao in com.devonfw.module.jpa.dataaccess.api
Subinterfaces of GenericDao in com.devonfw.module.jpa.dataaccess.api Modifier and Type Interface Description interfaceDao<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.interfaceMasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>This is the interface for aDaoresponsible for aPersistenceEntitythat represents master-data. -
Uses of GenericDao in com.devonfw.module.jpa.dataaccess.base
Classes in com.devonfw.module.jpa.dataaccess.base that implement GenericDao Modifier and Type Class Description classAbstractDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>Abstract base implementation ofDaointerface.classAbstractGenericDao<ID,E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<ID>>This is the abstract base-implementation of theGenericDaointerface.classAbstractMasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>This is the abstract base implementation ofMasterDataDao.
-