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