Uses of Interface
ca.uhn.fhir.batch2.api.IWorkChunkPersistence
Packages that use IWorkChunkPersistence
Package
Description
This package contains the APIs used in the Batch2 framework.
-
Uses of IWorkChunkPersistence in ca.uhn.fhir.batch2.api
Subinterfaces of IWorkChunkPersistence in ca.uhn.fhir.batch2.apiModifier and TypeInterfaceDescriptioninterfaceSome of this is tested inca.uhn.hapi.fhir.batch2.test.AbstractIJobPersistenceSpecificationTestThis is a transactional interface, but we have pushed the declaration of calls that have@Transactional(propagation = Propagation.REQUIRES_NEW)down to the implementations since we have a synchronized wrapper that was double-creating the NEW transaction.