Interface IJobPersistence

All Superinterfaces:
IWorkChunkPersistence

public interface IJobPersistence extends IWorkChunkPersistence
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.