Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.EntityRepositoryImpl
Packages that use EntityRepositoryImpl
Package
Description
-
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.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type EntityRepositoryImplModifier and TypeMethodDescriptionvoidDigitalObjectRepositoryImpl.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 EntityRepositoryImplModifierConstructorDescriptionArticleRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, CudamiConfig cudamiConfig, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepositoryImpl, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository) HeadwordEntryRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, CudamiConfig cudamiConfig, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepositoryImpl, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository) TopicRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, CudamiConfig cudamiConfig, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository, EntityRepositoryImpl entityRepositoryImpl, FileResourceMetadataRepositoryImpl fileResourceMetadataRepositoryImpl) -
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.agentModifier and TypeClassDescriptionclassAgentRepositoryImpl<A extends de.digitalcollections.model.identifiable.entity.agent.Agent>Repository for Agent persistence handling.classclass -
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.locationModifier and TypeClassDescriptionclassGeoLocationRepositoryImpl<G extends de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>class -
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 EntityRepositoryImplModifierConstructorDescriptionEntityToEntityRelationRepositoryImpl(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.workModifier and TypeClassDescriptionclassclassclassConstructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.work with parameters of type EntityRepositoryImplModifierConstructorDescriptionManifestationRepositoryImpl(org.jdbi.v3.core.Jdbi jdbi, CudamiConfig cudamiConfig, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository, MainSubTypeMapper.ExpressionTypeMapper expressionTypeMapper, LocalDateRangeMapper dateRangeMapper, TitleMapper titleMapper, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepository, AgentRepositoryImpl<de.digitalcollections.model.identifiable.entity.agent.Agent> agentRepository, HumanSettlementRepositoryImpl humanSettlementRepository) WorkRepositoryImpl(org.jdbi.v3.core.Jdbi jdbi, CudamiConfig cudamiConfig, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository, LocalDateRangeMapper dateRangeMapper, TitleMapper titleMapper, EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.Entity> entityRepository, AgentRepositoryImpl<de.digitalcollections.model.identifiable.entity.agent.Agent> agentRepository, HumanSettlementRepositoryImpl humanSettlementRepository, ManifestationRepositoryImpl manifestationRepository, ItemRepositoryImpl itemRepository, PersonRepositoryImpl personRepository, EntityToEntityRelationRepositoryImpl entityRelationRepository)