org.apache.openjpa.jdbc.meta.strats
Class LRSProxyCollection

java.lang.Object
  extended by org.apache.openjpa.util.AbstractLRSProxyCollection
      extended by org.apache.openjpa.jdbc.meta.strats.LRSProxyCollection
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.Set, org.apache.commons.collections.Predicate, org.apache.openjpa.util.ChangeTracker, org.apache.openjpa.util.CollectionChangeTracker, org.apache.openjpa.util.LRSProxy, org.apache.openjpa.util.Proxy

public class LRSProxyCollection
extends org.apache.openjpa.util.AbstractLRSProxyCollection

Large result set collection.

Author:
Abe White

Constructor Summary
LRSProxyCollection(LRSCollectionFieldStrategy strat)
           
 
Method Summary
protected  int count()
           
protected  boolean has(java.lang.Object obj)
           
protected  java.util.Iterator itr()
           
 
Methods inherited from class org.apache.openjpa.util.AbstractLRSProxyCollection
add, addAll, added, clear, contains, containsAll, copy, evaluate, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, isEmpty, isTracking, iterator, remove, removeAll, removed, retainAll, setNextSequence, setOwner, size, startTracking, stopTracking, toArray, toArray, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Set
equals, hashCode
 

Constructor Detail

LRSProxyCollection

public LRSProxyCollection(LRSCollectionFieldStrategy strat)
Method Detail

count

protected int count()
Specified by:
count in class org.apache.openjpa.util.AbstractLRSProxyCollection

has

protected boolean has(java.lang.Object obj)
Specified by:
has in class org.apache.openjpa.util.AbstractLRSProxyCollection

itr

protected java.util.Iterator itr()
Specified by:
itr in class org.apache.openjpa.util.AbstractLRSProxyCollection


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