|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.lib.rop.AbstractResultList
org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
org.apache.openjpa.lib.rop.RandomAccessResultList
org.apache.openjpa.lib.rop.SoftRandomAccessResultList
public class SoftRandomAccessResultList
Specialization of the RandomAccessResultList that only maintains
soft references to instantiated objects.
| Field Summary |
|---|
| Fields inherited from class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList |
|---|
PAST_END |
| Constructor Summary | |
|---|---|
SoftRandomAccessResultList(ResultObjectProvider rop)
|
|
| Method Summary | |
|---|---|
protected java.util.Map |
newRowMap()
Override this method to control what kind of map is used for the instantiated rows. |
| Methods inherited from class org.apache.openjpa.lib.rop.RandomAccessResultList |
|---|
close, equals, getInternal, hashCode, isClosed, isProviderOpen, size, toString, writeReplace |
| Methods inherited from class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList |
|---|
contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, toArray, toArray |
| Methods inherited from class org.apache.openjpa.lib.rop.AbstractResultList |
|---|
add, add, addAll, addAll, assertOpen, clear, remove, remove, removeAll, retainAll, set, subList |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SoftRandomAccessResultList(ResultObjectProvider rop)
| Method Detail |
|---|
protected java.util.Map newRowMap()
RandomAccessResultList
newRowMap in class RandomAccessResultList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||