Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.DigitalObjectRepositoryImpl
-
-
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 DigitalObjectRepositoryImpl Constructor Description PersonRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, DigitalObjectRepositoryImpl digitalObjectRepositoryImpl, FamilyNameRepositoryImpl familyNameRepositoryImpl, GivenNameRepositoryImpl givenNameRepositoryImpl, WorkRepositoryImpl workRepositoryImpl, CudamiConfig cudamiConfig) -
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 DigitalObjectRepositoryImpl Constructor Description ItemRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, DigitalObjectRepositoryImpl digitalObjectRepositoryImpl, WorkRepositoryImpl workRepositoryImpl, CudamiConfig cudamiConfig)
-