Uses of Class
ca.uhn.fhir.jpa.api.config.DaoConfig
Packages that use DaoConfig
-
Uses of DaoConfig in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return DaoConfigModifier and TypeMethodDescriptionDaoConfig.addSupportedSubscriptionType(org.hl7.fhir.dstu2.model.Subscription.SubscriptionChannelType theSubscriptionChannelType)This setting indicates which subscription channel types are supported by the server.DaoConfig.setConcurrentBundleValidation(boolean theConcurrentBundleValidation)DaoConfig.setMaximumTransactionBundleSize(Integer theMaximumTransactionBundleSize)Specifies the maximum number of resources permitted within a single transaction bundle.DaoConfig.setTreatReferencesAsLogical(Set<String> theTreatReferencesAsLogical)This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be treated as logical references instead of being treated as real references. -
Uses of DaoConfig in ca.uhn.fhir.jpa.dao
Fields in ca.uhn.fhir.jpa.dao declared as DaoConfigMethods in ca.uhn.fhir.jpa.dao that return DaoConfigModifier and TypeMethodDescriptionprotected abstract DaoConfigBaseStorageDao.getConfig()Provide the DaoConfigMethods in ca.uhn.fhir.jpa.dao with parameters of type DaoConfigModifier and TypeMethodDescriptionvoidBaseTransactionProcessor.setDaoConfig(DaoConfig theDaoConfig) -
Uses of DaoConfig in ca.uhn.fhir.jpa.provider
Fields in ca.uhn.fhir.jpa.provider declared as DaoConfigMethods in ca.uhn.fhir.jpa.provider with parameters of type DaoConfigModifier and TypeMethodDescriptionvoidBaseJpaProvider.setDaoConfigForUnitTest(DaoConfig theDaoConfig)