Uses of Interface
com.devonfw.module.jpa.dataaccess.api.Dao
-
Packages that use Dao Package Description com.devonfw.module.jpa.dataaccess.api com.devonfw.module.jpa.dataaccess.base -
-
Uses of Dao in com.devonfw.module.jpa.dataaccess.api
Subinterfaces of Dao in com.devonfw.module.jpa.dataaccess.api Modifier and Type Interface Description 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 Dao in com.devonfw.module.jpa.dataaccess.base
Classes in com.devonfw.module.jpa.dataaccess.base that implement Dao Modifier and Type Class Description classAbstractDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>Abstract base implementation ofDaointerface.classAbstractMasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>This is the abstract base implementation ofMasterDataDao.
-