Uses of Class
ca.uhn.fhir.jpa.entity.Batch2WorkChunkEntity
-
Uses of Batch2WorkChunkEntity in ca.uhn.fhir.jpa.dao.data
Modifier and TypeMethodDescriptionIBatch2WorkChunkRepository.fetchChunks
(org.springframework.data.domain.Pageable thePageRequest, String theInstanceId) IBatch2WorkChunkRepository.fetchChunksForStep
(String theInstanceId, String theTargetStepId) IBatch2WorkChunkRepository.fetchChunksNoData
(org.springframework.data.domain.Pageable thePageRequest, String theInstanceId) A projection query to avoid fetching the CLOB over the wire. -
Uses of Batch2WorkChunkEntity in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionstatic Batch2WorkChunkEntity
Batch2WorkChunkEntity.fromWorkChunk
(WorkChunk theWorkChunk)