Class NonTransactionalHapiTransactionService

java.lang.Object
ca.uhn.fhir.jpa.dao.tx.HapiTransactionService
ca.uhn.fhir.jpa.dao.tx.NonTransactionalHapiTransactionService
All Implemented Interfaces:
IHapiTransactionService

A transaction service implementation that does not actually wrap any transactions. This is mostly intended for tests but could be used in non-transactional systems too.