Package ca.uhn.fhir.jpa.config
Class Batch2SupportConfig
java.lang.Object
ca.uhn.fhir.jpa.config.Batch2SupportConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbatch2DaoSvc
(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService) deleteExpungeSvc
(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc)
-
Constructor Details
-
Batch2SupportConfig
public Batch2SupportConfig()
-
-
Method Details
-
batch2DaoSvc
@Bean public IBatch2DaoSvc batch2DaoSvc(IResourceTableDao theResourceTableDao, MatchUrlService theMatchUrlService, DaoRegistry theDaoRegistry, ca.uhn.fhir.context.FhirContext theFhirContext, IHapiTransactionService theTransactionService) -
deleteExpungeSvc
@Bean public IDeleteExpungeSvc deleteExpungeSvc(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, @Autowired(required=false) IFulltextSearchSvc theFullTextSearchSvc)
-