Uses of Class
org.apache.openjpa.lib.rop.AbstractNonSequentialResultList

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

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

Subclasses of AbstractNonSequentialResultList in org.apache.openjpa.lib.rop
 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.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01