Interface RevisionedDao<ENTITY extends com.devonfw.module.basic.common.api.entity.RevisionedPersistenceEntity<Long>>

  • Type Parameters:
    ENTITY - is the type of the managed entity.
    All Superinterfaces:
    com.devonfw.module.jpa.dataaccess.api.feature.FeatureForceIncrementModificationCounter<ENTITY>, GenericDao<Long,​ENTITY>, GenericRevisionedDao<Long,​ENTITY>
    All Known Implementing Classes:
    AbstractRevisionedDao

    public interface RevisionedDao<ENTITY extends com.devonfw.module.basic.common.api.entity.RevisionedPersistenceEntity<Long>>
    extends GenericRevisionedDao<Long,​ENTITY>
    This is a simplified variant of GenericRevisionedDao for the suggested and common case that you have a Long as primary key.