
Uses of Class
ca.uhn.fhir.jpa.api.dao.DaoRegistry
Packages that use DaoRegistry
Package
Description
- 
Uses of DaoRegistry in ca.uhn.fhir.cacheConstructors in ca.uhn.fhir.cache with parameters of type DaoRegistryModifierConstructorDescriptionprotectedBaseResourceCacheSynchronizer(String theResourceName, IResourceChangeListenerRegistry theResourceChangeListenerRegistry, DaoRegistry theDaoRegistry) 
- 
Uses of DaoRegistry in ca.uhn.fhir.jpa.binary.providerMethods in ca.uhn.fhir.jpa.binary.provider with parameters of type DaoRegistryModifier and TypeMethodDescriptionvoidBinaryAccessProvider.setDaoRegistryForUnitTest(DaoRegistry theDaoRegistry) 
- 
Uses of DaoRegistry in ca.uhn.fhir.jpa.daoFields in ca.uhn.fhir.jpa.dao declared as DaoRegistryMethods in ca.uhn.fhir.jpa.dao with parameters of type DaoRegistryModifier and TypeMethodDescriptionvoidBaseTransactionProcessor.setDaoRegistry(DaoRegistry theDaoRegistry) 
- 
Uses of DaoRegistry in ca.uhn.fhir.jpa.repositoryConstructors in ca.uhn.fhir.jpa.repository with parameters of type DaoRegistryModifierConstructorDescriptionHapiFhirRepository(DaoRegistry theDaoRegistry, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.server.RestfulServer theRestfulServer) 
- 
Uses of DaoRegistry in ca.uhn.fhir.jpa.searchparam.submit.interceptorMethods in ca.uhn.fhir.jpa.searchparam.submit.interceptor with parameters of type DaoRegistryModifier and TypeMethodDescriptionvoidSearchParamValidatingInterceptor.setDaoRegistry(DaoRegistry theDaoRegistry) 
- 
Uses of DaoRegistry in ca.uhn.fhir.jpa.validationConstructors in ca.uhn.fhir.jpa.validation with parameters of type DaoRegistryModifierConstructorDescriptionValidatorResourceFetcher(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.context.support.IValidationSupport theValidationSupport, DaoRegistry theDaoRegistry) 
- 
Uses of DaoRegistry in ca.uhn.fhir.mergeConstructors in ca.uhn.fhir.merge with parameters of type DaoRegistry
- 
Uses of DaoRegistry in ca.uhn.fhir.replacereferencesConstructors in ca.uhn.fhir.replacereferences with parameters of type DaoRegistryModifierConstructorDescriptionPreviousResourceVersionRestorer(DaoRegistry theDaoRegistry, HapiTransactionService theHapiTransactionService) ReplaceReferencesPatchBundleSvc(DaoRegistry theDaoRegistry) ReplaceReferencesProvenanceSvc(DaoRegistry theDaoRegistry) UndoReplaceReferencesSvc(DaoRegistry theDaoRegistry, ReplaceReferencesProvenanceSvc theReplaceReferencesProvenanceSvc, PreviousResourceVersionRestorer theResourceVersionRestorer)