Package ca.uhn.fhir.jpa.config.r5
Class JpaR5Config
java.lang.Object
ca.uhn.fhir.jpa.config.r5.JpaR5Config
@Configuration
@EnableTransactionManagement
@Import({FhirContextR5Config.class,GeneratedDaoAndResourceProviderConfigR5.class,JpaConfig.class})
public class JpaR5Config
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongraphQLProvider
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.utilities.graphql.IGraphQLStorageServices theGraphqlStorageServices, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, IDaoRegistry theDaoRegistry) IFhirSystemDao
<org.hl7.fhir.r5.model.Bundle, org.hl7.fhir.r5.model.Meta> JpaSystemProvider
<org.hl7.fhir.r5.model.Bundle, org.hl7.fhir.r5.model.Meta> systemProviderR5
(ca.uhn.fhir.context.FhirContext theFhirContext) terminologyLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc)
-
Constructor Details
-
JpaR5Config
public JpaR5Config()
-
-
Method Details
-
terminologyVersionAdapterSvc
-
transactionProcessorVersionFacade
-
graphQLProvider
@Bean(name="myGraphQLProvider") @Lazy public GraphQLProvider graphQLProvider(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.utilities.graphql.IGraphQLStorageServices theGraphqlStorageServices, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry, IDaoRegistry theDaoRegistry) -
systemDaoR5
@Bean(name="mySystemDaoR5") public IFhirSystemDao<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta> systemDaoR5() -
systemProviderR5
@Bean(name="mySystemProviderR5") public JpaSystemProvider<org.hl7.fhir.r5.model.Bundle,org.hl7.fhir.r5.model.Meta> systemProviderR5(ca.uhn.fhir.context.FhirContext theFhirContext) -
terminologyLoaderService
@Bean public ITermLoaderSvc terminologyLoaderService(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc)
-