Class MergedResult

java.lang.Object
org.apache.openjpa.jdbc.sql.MergedResult
All Implemented Interfaces:
Result, Closeable

public class MergedResult extends Object implements Result
Result that merges multiple result delegates. Support exists for maintaining ordering of the internally-held results, provided that each of the individual results is itself ordered.
Author:
Abe White