Class AbstractMasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>

    • Constructor Detail

      • AbstractMasterDataDao

        public AbstractMasterDataDao()
        The constructor.
    • Method Detail

      • findAll

        public List<E> findAll()
        Specified by:
        findAll in interface MasterDataDao<E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
        Overrides:
        findAll in class AbstractGenericDao<Long,​E extends com.devonfw.module.basic.common.api.entity.PersistenceEntity<Long>>
        Returns:
        an Iterable to find ALL managed entities from the persistent store. Not exposed to API by default as this might not make sense for all kind of entities.