Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.agent.AgentRepositoryImpl
Packages that use AgentRepositoryImpl
Package
Description
-
Uses of AgentRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.agent
-
Uses of AgentRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.work
Constructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.work with parameters of type AgentRepositoryImplModifierConstructorDescriptionItemRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, CudamiConfig cudamiConfig, IdentifierRepository identifierRepository, UrlAliasRepository urlAliasRepository, DigitalObjectRepositoryImpl digitalObjectRepositoryImpl, AgentRepositoryImpl agentRepository) ManifestationRepositoryImpl(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)