Uses of Class
org.ehrbase.repository.ContributionRepository
Packages that use ContributionRepository
-
Uses of ContributionRepository in org.ehrbase.repository
Constructors in org.ehrbase.repository with parameters of type ContributionRepositoryModifierConstructorDescriptionEhrFolderRepository(org.jooq.DSLContext context, TenantService tenantService, ContributionRepository contributionRepository, ServerConfig serverConfig) -
Uses of ContributionRepository in org.ehrbase.service
Constructors in org.ehrbase.service with parameters of type ContributionRepositoryModifierConstructorDescriptionContributionServiceImp(KnowledgeCacheService knowledgeCacheService, CompositionService compositionService, EhrService ehrService, InternalDirectoryService folderService, org.jooq.DSLContext context, ServerConfig serverConfig, TenantService tenantService, ContributionRepository contributionRepository)