Uses of Class
org.linuxforhealth.fhir.bucket.api.ResourceIdValue
-
Packages that use ResourceIdValue Package Description org.linuxforhealth.fhir.bucket.persistence org.linuxforhealth.fhir.bucket.scanner -
-
Uses of ResourceIdValue in org.linuxforhealth.fhir.bucket.persistence
Constructor parameters in org.linuxforhealth.fhir.bucket.persistence with type arguments of type ResourceIdValue Constructor Description RecordLogicalIdList(long resourceBundleLoadId, int lineNumber, java.util.Collection<ResourceIdValue> values, java.util.Map<java.lang.String,java.lang.Integer> resourceTypeMap, int batchSize)
Public constructor -
Uses of ResourceIdValue in org.linuxforhealth.fhir.bucket.scanner
Method parameters in org.linuxforhealth.fhir.bucket.scanner with type arguments of type ResourceIdValue Modifier and Type Method Description void
DataAccess. recordLogicalIds(long resourceBundleLoadId, int lineNumber, java.util.List<ResourceIdValue> idValues, int batchSize)
Load the list of resourceType/logicalId DTO objects as a batch in one transaction
-