Uses of Interface
ca.uhn.fhir.jpa.dao.data.IResourceTableDao
Packages that use IResourceTableDao
Package
Description
-
Uses of IResourceTableDao in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config with parameters of type IResourceTableDaoModifier and TypeMethodDescriptionBatch2SupportConfig.batch2DaoSvc(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService, JpaStorageSettings theJpaStorageSettings) -
Uses of IResourceTableDao in ca.uhn.fhir.jpa.dao
Fields in ca.uhn.fhir.jpa.dao declared as IResourceTableDao -
Uses of IResourceTableDao in ca.uhn.fhir.jpa.dao.index
Fields in ca.uhn.fhir.jpa.dao.index declared as IResourceTableDao -
Uses of IResourceTableDao in ca.uhn.fhir.jpa.reindex
Constructors in ca.uhn.fhir.jpa.reindex with parameters of type IResourceTableDaoModifierConstructorDescriptionBatch2DaoSvcImpl(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService, JpaStorageSettings theJpaStorageSettings)