
Uses of Class
ca.uhn.fhir.jpa.entity.BulkImportJobEntity
Packages that use BulkImportJobEntity
-
Uses of BulkImportJobEntity in ca.uhn.fhir.jpa.dao.data
Methods in ca.uhn.fhir.jpa.dao.data that return types with arguments of type BulkImportJobEntityModifier and TypeMethodDescriptionIBulkImportJobDao.findByJobId
(String theUuid) org.springframework.data.domain.Slice
<BulkImportJobEntity> IBulkImportJobDao.findByStatus
(org.springframework.data.domain.Pageable thePage, BulkImportJobStatusEnum theStatus) Methods in ca.uhn.fhir.jpa.dao.data with parameters of type BulkImportJobEntityModifier and TypeMethodDescriptionIBulkImportJobFileDao.findFileDescriptionForJob
(BulkImportJobEntity theJob, int theFileIndex) IBulkImportJobFileDao.findForJob
(BulkImportJobEntity theJob, int theFileIndex) -
Uses of BulkImportJobEntity in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return BulkImportJobEntityMethods in ca.uhn.fhir.jpa.entity with parameters of type BulkImportJobEntityModifier and TypeMethodDescriptionvoid
BulkImportJobFileEntity.setJob
(BulkImportJobEntity theJob)