
Package ca.uhn.fhir.jpa.util
Class JpaHapiTransactionService
java.lang.Object
ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
ca.uhn.fhir.jpa.util.JpaHapiTransactionService
- All Implemented Interfaces:
IHapiTransactionService
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
HapiTransactionService.ExecutionBuilderNested classes/interfaces inherited from interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService
IHapiTransactionService.IExecutionBuilder -
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
DEFAULT_TRANSACTION_PROPAGATION_WHEN_CHANGING_PARTITIONS, myInterceptorBroadcaster, myPartitionSettings, myRequestPartitionHelperSvc, myTransactionManager, XACT_USERDATA_KEY_EXISTING_SEARCH_PARAMS, XACT_USERDATA_KEY_RESOLVED_TAG_DEFINITIONS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
buildExecutionBuilder, doExecute, doExecuteCallback, execute, execute, execute, execute, execute, executeWithDefaultPartitionInContext, getRequestPartitionAssociatedWithThread, getTransactionManager, invokeCallableAndHandleAnyException, isCompatiblePartition, isRequiresNewTransactionWhenChangingPartitions, noTransactionAllowed, requireTransaction, setInterceptorBroadcaster, setPartitionSettingsForUnitTest, setRequestPartitionSvcForUnitTest, setSleepUtil, setTransactionManager, setTransactionPropagationWhenChangingPartitions, withRequest, withRequest, withSystemRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.jpa.dao.tx.IHapiTransactionService
withSystemRequestOnDefaultPartition, withSystemRequestOnPartition
-
Constructor Details
-
JpaHapiTransactionService
public JpaHapiTransactionService()
-
-
Method Details
-
isCustomIsolationSupported
- Overrides:
isCustomIsolationSupportedin classHapiTransactionService
-