Package | Description |
---|---|
org.apache.openjpa.lib.rop |
Result Object Provider Framework
This package provides a framework for the lazy loading of potentially
large lists of data.
|
Modifier and Type | Class and Description |
---|---|
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–2022 Apache Software Foundation. All rights reserved.