Class EntityRepositoryImpl<E extends de.digitalcollections.model.identifiable.entity.Entity>

All Implemented Interfaces:
EntityRepository<E>, IdentifiableRepository<E>, PagingSortingFilteringRepository<E>, UniqueObjectRepository<E>
Direct Known Subclasses:
AgentRepositoryImpl, ArticleRepositoryImpl, CollectionRepositoryImpl, DigitalObjectRepositoryImpl, EventRepositoryImpl, GeoLocationRepositoryImpl, HeadwordEntryRepositoryImpl, ItemRepositoryImpl, ManifestationRepositoryImpl, ProjectRepositoryImpl, TopicRepositoryImpl, WebsiteRepositoryImpl, WorkRepositoryImpl

@Repository public class EntityRepositoryImpl<E extends de.digitalcollections.model.identifiable.entity.Entity> extends IdentifiableRepositoryImpl<E> implements EntityRepository<E>