
Uses of Class
ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
Packages that use HapiTransactionService
Package
Description
-
Uses of HapiTransactionService in ca.uhn.fhir.jpa.dao
Methods in ca.uhn.fhir.jpa.dao that return HapiTransactionServiceModifier and TypeMethodDescriptionprotected abstract HapiTransactionServiceBaseStorageResourceDao.getTransactionService()Methods in ca.uhn.fhir.jpa.dao with parameters of type HapiTransactionServiceModifier and TypeMethodDescriptionvoidBaseTransactionProcessor.setHapiTransactionService(HapiTransactionService theHapiTransactionService) -
Uses of HapiTransactionService in ca.uhn.fhir.jpa.dao.expunge
Methods in ca.uhn.fhir.jpa.dao.expunge with parameters of type HapiTransactionServiceModifier and TypeMethodDescriptionvoidExpungeOperation.setHapiTransactionServiceForTesting(HapiTransactionService theHapiTransactionService) Constructors in ca.uhn.fhir.jpa.dao.expunge with parameters of type HapiTransactionServiceModifierConstructorDescriptionPartitionAwareSupplier(HapiTransactionService theTxService, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) PartitionRunner(String theProcessName, String theThreadPrefix, int theBatchSize, int theThreadCount, HapiTransactionService theTransactionService, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Constructor - Use this constructor and provide aRequestDetailsandHapiTransactionServiceif you want each individual callable task to be performed in a managed transaction. -
Uses of HapiTransactionService in ca.uhn.fhir.jpa.dao.tx
Subclasses of HapiTransactionService in ca.uhn.fhir.jpa.dao.txModifier and TypeClassDescriptionclassA transaction service implementation that does not actually wrap any transactions. -
Uses of HapiTransactionService in ca.uhn.fhir.replacereferences
Constructors in ca.uhn.fhir.replacereferences with parameters of type HapiTransactionServiceModifierConstructorDescriptionPreviousResourceVersionRestorer(DaoRegistry theDaoRegistry, HapiTransactionService theHapiTransactionService)