Class DelegatingResultList<T>

java.lang.Object
org.apache.openjpa.kernel.DelegatingResultList<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, ResultList<T>, Closeable

public class DelegatingResultList<T> extends Object implements ResultList<T>
Delegating result list that can also perform exception translation for use in facades.
Since:
0.4.0
Author:
Marc Prud'hommeaux
See Also: