Uses of Interface
org.apache.openjpa.lib.rop.ResultList

Packages that use ResultList
org.apache.openjpa.lib.rop Result Object Provider Framework 
 

Uses of ResultList in org.apache.openjpa.lib.rop
 

Classes in org.apache.openjpa.lib.rop that implement ResultList
 class AbstractNonSequentialResultList
          Abstract base class for random-access result lists.
 class AbstractResultList
          Abstract base class for read-only result lists.
 class AbstractSequentialResultList
          Abstract base class for sequential result lists.
 class EagerResultList
          Simple, non-lazy ResultList implementation
 class LazyForwardResultList
          Lazy forward-only result list.
 class ListResultList
          A basic ResultList implementation that wraps a normal list.
 class RandomAccessResultList
          Random-access result list implementation.
 class SimpleResultList
          An almost stateless ResultList designed for use with result object providers backed by efficient random-access data structures, such as the ListResultObjectProvider.
 class SoftRandomAccessResultList
          Specialization of the RandomAccessResultList that only maintains soft references to instantiated objects.
 class WindowResultList
          ResultList implementation that uses a forward-scrolling window of results.
 

Methods in org.apache.openjpa.lib.rop that return ResultList
 ResultList ResultListIterator.getResultList()
           
 

Constructors in org.apache.openjpa.lib.rop with parameters of type ResultList
ResultListIterator(java.util.ListIterator li, ResultList rl)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.