Interface EntityRepository<E extends de.digitalcollections.model.identifiable.entity.Entity>

Type Parameters:
E - entity instance
All Superinterfaces:
IdentifiableRepository<E>, PagingSortingFilteringRepository<E>, UniqueObjectRepository<E>
All Known Subinterfaces:
AgentRepository<A>, ArticleRepository, CollectionRepository, CorporateBodyRepository, DigitalObjectRepository, EventRepository, GeoLocationRepository<G>, HeadwordEntryRepository, HumanSettlementRepository, ItemRepository, ManifestationRepository, PersonRepository, ProjectRepository, TopicRepository, WebsiteRepository, WorkRepository

public interface EntityRepository<E extends de.digitalcollections.model.identifiable.entity.Entity> extends IdentifiableRepository<E>