Interface Dao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
-
- Type Parameters:
E- is the generic type of thePersistenceEntity.
- All Superinterfaces:
FeatureForceIncrementModificationCounter<E>,GenericDao<Long,E>
- All Known Subinterfaces:
MasterDataDao<E>
- All Known Implementing Classes:
AbstractDao,AbstractMasterDataDao
public interface Dao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>> extends GenericDao<Long,E>
This is a simplified variant ofGenericDaofor the suggested and common case that you have aLongasprimary key.- See Also:
GenericDao
-
-
Method Summary
-
Methods inherited from interface com.devonfw.module.jpa.dataaccess.api.feature.FeatureForceIncrementModificationCounter
forceIncrementModificationCounter
-
-