Class MdmJpaConfig

java.lang.Object
ca.uhn.fhir.jpa.config.MdmJpaConfig

@Configuration public class MdmJpaConfig extends Object
  • Constructor Details

  • Method Details

    • mdmLinkExpandSvcHolder

      @Bean public ca.uhn.fhir.mdm.svc.MdmExpandersHolder mdmLinkExpandSvcHolder(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.mdm.api.IMdmLinkExpandSvc theMdmLinkExpandSvc, ca.uhn.fhir.mdm.svc.MdmEidMatchOnlyExpandSvc theMdmEidMatchOnlyLinkExpandSvc, ca.uhn.fhir.mdm.svc.BulkExportMdmEidMatchOnlyResourceExpander theBulkExportMdmEidMatchOnlyResourceExpander, ca.uhn.fhir.mdm.svc.BulkExportMdmResourceExpander theBulkExportMdmResourceExpander)
    • mdmEidMatchOnlyLinkExpandSvc

      @Bean public ca.uhn.fhir.mdm.svc.MdmEidMatchOnlyExpandSvc mdmEidMatchOnlyLinkExpandSvc(DaoRegistry theDaoRegistry)
    • mdmLinkExpandSvc

      @Bean @Primary public ca.uhn.fhir.mdm.api.IMdmLinkExpandSvc mdmLinkExpandSvc()
    • mdmSearchExpansionSvc

      @Bean public ca.uhn.fhir.mdm.svc.MdmSearchExpansionSvc mdmSearchExpansionSvc()
    • mdmLinkDao

      @Bean public ca.uhn.fhir.mdm.dao.IMdmLinkDao<JpaPid,MdmLink> mdmLinkDao()
    • bulkExportMDMResourceExpander

      @Bean public ca.uhn.fhir.mdm.svc.BulkExportMdmResourceExpander bulkExportMDMResourceExpander(ca.uhn.fhir.mdm.svc.MdmExpansionCacheSvc theMdmExpansionCacheSvc, ca.uhn.fhir.mdm.dao.IMdmLinkDao theMdmLinkDao, IIdHelperService<JpaPid> theIdHelperService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext)
    • bulkExportMDMEidMatchOnlyResourceExpander

      @Bean public ca.uhn.fhir.mdm.svc.BulkExportMdmEidMatchOnlyResourceExpander bulkExportMDMEidMatchOnlyResourceExpander(DaoRegistry theDaoRegistry, ca.uhn.fhir.mdm.svc.MdmEidMatchOnlyExpandSvc theMdmEidMatchOnlyLinkExpandSvc, ca.uhn.fhir.context.FhirContext theFhirContext, IIdHelperService<JpaPid> theIdHelperService)
    • mdmLinkImplFactory

      @Bean public ca.uhn.fhir.mdm.dao.IMdmLinkImplFactory<MdmLink> mdmLinkImplFactory()
    • helperSvc

      @Bean public IMdmClearHelperSvc<JpaPid> helperSvc(IDeleteExpungeSvc<JpaPid> theDeleteExpungeSvc)