Uses of Class
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.EntityRepositoryImpl
-
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.entity Modifier and Type Class Description classArticleRepositoryImplclassCollectionRepositoryImplclassDigitalObjectRepositoryImplclassProjectRepositoryImplclassTopicRepositoryImplclassWebsiteRepositoryImplConstructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity with parameters of type EntityRepositoryImpl Constructor Description ArticleRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, IdentifierRepository identifierRepository, EntityRepositoryImpl<de.digitalcollections.model.impl.identifiable.entity.EntityImpl> entityRepositoryImpl) -
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.agent Modifier and Type Class Description classAgentRepositoryImplRepository for Agent persistence handling.classCorporateBodyRepositoryImplclassPersonRepositoryImpl -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.geo
Subclasses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.geo Modifier and Type Class Description classGeoLocationRepositoryImplclassHumanSettlementRepositoryImpl -
Uses of EntityRepositoryImpl in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.parts
Constructors in de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.parts with parameters of type EntityRepositoryImpl Constructor Description SubtopicRepositoryImpl(org.jdbi.v3.core.Jdbi dbi, IdentifierRepository identifierRepository, EntityRepositoryImpl entityRepositoryImpl, FileResourceMetadataRepositoryImpl fileResourceMetadataRepositoryImpl) -
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 EntityRepositoryImpl Constructor Description EntityRelationRepositoryImpl(javax.sql.DataSource dataSource, org.jdbi.v3.core.Jdbi dbi, EntityRepositoryImpl<de.digitalcollections.model.api.identifiable.entity.Entity> entityRepositoryImpl) -
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.work Modifier and Type Class Description classItemRepositoryImplclassWorkRepositoryImpl