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

    Modifier and Type
    Interface
    Description
    interface 
    Some of this is tested in ca.uhn.hapi.fhir.batch2.test.AbstractIJobPersistenceSpecificationTest This 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.