Class QueryImpl.RemoveOnCloseResultList

java.lang.Object
org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList
All Implemented Interfaces:
Serializable, Iterable, Collection, List, ResultList, Closeable
Enclosing class:
QueryImpl

public class QueryImpl.RemoveOnCloseResultList extends Object implements ResultList
Result list that removes itself from the query's open result list when it is closed. Public for testing.
See Also: