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
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
doExecute, doExecuteCallback, execute, execute, execute, execute, execute, executeWithDefaultPartitionInContext, getRequestPartitionAssociatedWithThread, getTransactionManager, invokeCallableAndHandleAnyException, noTransactionAllowed, requireTransaction, setInterceptorBroadcaster, setRequestPartitionSvcForUnitTest, 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
withSystemRequestOnPartition
-
Constructor Details
-
JpaHapiTransactionService
public JpaHapiTransactionService()
-
-
Method Details
-
isCustomIsolationSupported
- Overrides:
isCustomIsolationSupportedin classHapiTransactionService
-