Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.agent.PersonRepositoryImpl
Packages that use PersonRepositoryImpl
Package
Description
-
Uses of PersonRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity
Methods in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type PersonRepositoryImplModifier and TypeMethodDescriptionvoidDigitalObjectRepositoryImpl.setPersonRepository(PersonRepositoryImpl personRepositoryImpl) -
Uses of PersonRepositoryImpl 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 PersonRepositoryImplModifierConstructorDescriptionWorkRepositoryImpl(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)