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, CanyonRepository, CaveRepository, CollectionRepository, ContinentRepository, CorporateBodyRepository, CountryRepository, CreekRepository, DigitalObjectRepository, EventRepository, GeoLocationRepository<G>, HeadwordEntryRepository, HumanSettlementRepository, ItemRepository, LakeRepository, ManifestationRepository, MountainRepository, OceanRepository, PersonRepository, ProjectRepository, RiverRepository, SeaRepository, StillWatersRepository, TopicRepository, ValleyRepository, WebsiteRepository, WorkRepository

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