Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.EntityRepositoryImpl
-
-
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity
Subclasses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity Modifier and Type Class Description classArticleRepositoryImplclassCollectionRepositoryImplclassDigitalObjectRepositoryImplclassHeadwordEntryRepositoryImplclassProjectRepositoryImplclassTopicRepositoryImplclassWebsiteRepositoryImplMethods in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type EntityRepositoryImpl Modifier and Type Method Description voidDigitalObjectRepositoryImpl. setAgentEntityRepository(EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.agent.Agent> agentEntityRepositoryImpl)voidDigitalObjectRepositoryImpl. setGeolocationEntityRepositoryImpl(EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation> geolocationEntityRepositoryImpl)Constructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type EntityRepositoryImpl Constructor Description ArticleRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepositoryImpl, CudamiConfig cudamiConfig)HeadwordEntryRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepositoryImpl, CudamiConfig cudamiConfig)TopicRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl entityRepositoryImpl, FileResourceMetadataRepositoryImpl fileResourceMetadataRepositoryImpl, CudamiConfig cudamiConfig) -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.agent
Subclasses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.agent Modifier and Type Class Description classAgentRepositoryImplRepository for Agent persistence handling.classCorporateBodyRepositoryImplclassPersonRepositoryImpl -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.geo.location
Subclasses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.geo.location Modifier and Type Class Description classGeoLocationRepositoryImplclassHumanSettlementRepositoryImpl -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.relation
Constructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.relation with parameters of type EntityRepositoryImpl Constructor Description EntityRelationRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepositoryImpl, CudamiConfig cudamiConfig) -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.work
Subclasses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.work Modifier and Type Class Description classItemRepositoryImplclassWorkRepositoryImpl
-