Uses of Interface
ca.uhn.fhir.jpa.dao.data.IBatch2JobInstanceRepository
Packages that use IBatch2JobInstanceRepository
-
Uses of IBatch2JobInstanceRepository in ca.uhn.fhir.jpa.batch2
Methods in ca.uhn.fhir.jpa.batch2 with parameters of type IBatch2JobInstanceRepositoryModifier and TypeMethodDescriptionJpaBatch2Config.batch2JobInstancePersister(IBatch2JobInstanceRepository theJobInstanceRepository, IBatch2WorkChunkRepository theWorkChunkRepository, IHapiTransactionService theTransactionService, javax.persistence.EntityManager theEntityManager) JpaBatch2Config.batch2JobInstancePersisterWrapper(IBatch2JobInstanceRepository theJobInstanceRepository, IBatch2WorkChunkRepository theWorkChunkRepository, IHapiTransactionService theTransactionService, javax.persistence.EntityManager theEntityManager) Constructors in ca.uhn.fhir.jpa.batch2 with parameters of type IBatch2JobInstanceRepositoryModifierConstructorDescriptionJpaJobPersistenceImpl(IBatch2JobInstanceRepository theJobInstanceRepository, IBatch2WorkChunkRepository theWorkChunkRepository, IHapiTransactionService theTransactionService, javax.persistence.EntityManager theEntityManager) Constructor