Package ca.uhn.fhir.jpa.util
Class QueryChunker<T>
java.lang.Object
ca.uhn.fhir.util.TaskChunker<T>
ca.uhn.fhir.jpa.util.QueryChunker<T>
As always, Oracle can't handle things that other databases don't mind.. In this
case it doesn't like more than ~1000 IDs in a single load, so we break this up
if it's lots of IDs. I suppose maybe we should be doing this as a join anyhow
but this should work too. Sigh.
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.uhn.fhir.util.TaskChunker
chunk, chunk, chunk, chunk
-
Constructor Details
-
QueryChunker
public QueryChunker()
-
-
Method Details
-
chunk
-
chunk
-