Package ca.uhn.fhir.jpa.config.dstu3
Class JpaDstu3Config
java.lang.Object
ca.uhn.fhir.jpa.config.dstu3.JpaDstu3Config
@Configuration
@EnableTransactionManagement
@Import({FhirContextDstu3Config.class,GeneratedDaoAndResourceProviderConfigDstu3.class,JpaConfig.class})
public class JpaDstu3Config
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.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> JpaSystemProvider
<org.hl7.fhir.dstu3.model.Bundle, org.hl7.fhir.dstu3.model.Meta> systemProviderDstu3
(ca.uhn.fhir.context.FhirContext theFhirContext) termLoaderService
(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc)
-
Constructor Details
-
JpaDstu3Config
public JpaDstu3Config()
-
-
Method Details
-
terminologyVersionAdapterSvc
-
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) -
transactionProcessorVersionFacade
-
systemDaoDstu3
@Bean(name="mySystemDaoDstu3") public IFhirSystemDao<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Meta> systemDaoDstu3() -
systemProviderDstu3
@Bean(name="mySystemProviderDstu3") public JpaSystemProvider<org.hl7.fhir.dstu3.model.Bundle,org.hl7.fhir.dstu3.model.Meta> systemProviderDstu3(ca.uhn.fhir.context.FhirContext theFhirContext) -
termLoaderService
@Bean public ITermLoaderSvc termLoaderService(ITermDeferredStorageSvc theDeferredStorageSvc, ITermCodeSystemStorageSvc theCodeSystemStorageSvc)
-