Class QueryChunker<T>

java.lang.Object
ca.uhn.fhir.util.TaskChunker<T>
ca.uhn.fhir.jpa.util.QueryChunker<T>

public class QueryChunker<T> extends TaskChunker<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.