Uses of Interface
de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifiableRepository
-
-
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable Modifier and Type Interface Description interfaceNodeRepository<N extends de.digitalcollections.model.api.identifiable.Node> -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.agent
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.agent Modifier and Type Interface Description interfaceFamilyNameRepositoryinterfaceGivenNameRepository -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity Modifier and Type Interface Description interfaceArticleRepositoryRepository for Article persistence handling.interfaceCollectionRepositoryRepository for Collection persistence handling.interfaceDigitalObjectRepositoryRepository for Digital object persistence handling.interfaceEntityRepository<E extends de.digitalcollections.model.api.identifiable.entity.Entity>interfaceProjectRepositoryRepository for Project persistence handling.interfaceTopicRepositoryRepository for Topic persistence handling.interfaceWebsiteRepositoryRepository for Website persistence handling. -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.agent
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.agent Modifier and Type Interface Description interfaceAgentRepositoryinterfaceCorporateBodyRepositoryRepository for CorporateBody persistence handling.interfacePersonRepository -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.geo
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.geo Modifier and Type Interface Description interfaceGeoLocationRepositoryRepository for GeoLocation persistence handling.interfaceHumanSettlementRepositoryRepository for HumanSettlement persistence handling. -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.parts
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.parts Modifier and Type Interface Description interfaceEntityPartRepository<P extends de.digitalcollections.model.api.identifiable.entity.parts.EntityPart>interfaceSubtopicRepositoryRepository for Subtopic persistence handling.interfaceWebpageRepositoryRepository for Webpage persistence handling. -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.work
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.work Modifier and Type Interface Description interfaceItemRepositoryRepository for Item persistence handling.interfaceWorkRepositoryRepository for Work persistence handling. -
Uses of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.resource
Subinterfaces of IdentifiableRepository in de.digitalcollections.cudami.server.backend.api.repository.identifiable.resource Modifier and Type Interface Description interfaceApplicationFileResourceRepositoryRepository for ApplicationFileResource persistence handling.interfaceAudioFileResourceRepositoryRepository for AudioFileResource persistence handling.interfaceFileResourceMetadataRepository<F extends de.digitalcollections.model.api.identifiable.resource.FileResource>Repository for FileResource persistence handling.interfaceImageFileResourceRepositoryRepository for ImageFileResource persistence handling.interfaceLinkedDataFileResourceRepositoryRepository for LinkedDataFileResource persistence handling.interfaceTextFileResourceRepositoryRepository for TextFileResource persistence handling.interfaceVideoFileResourceRepositoryRepository for VideoFileResource persistence handling.
-