org.apache.openjpa.util
Interface ProxyCollection

All Superinterfaces:
Collection, Iterable, Proxy

public interface ProxyCollection
extends Proxy, Collection

Interface implemented by all proxy collection types.

Author:
Abe White

Method Summary
 Class getElementType()
          The collection element type.
 ProxyCollection newInstance(Class elementType, Comparator comp, boolean trackChanges)
          Create a new instance of this proxy type.
 
Methods inherited from interface org.apache.openjpa.util.Proxy
copy, getChangeTracker, getOwner, getOwnerField, setOwner
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getElementType

Class getElementType()
The collection element type.


newInstance

ProxyCollection newInstance(Class elementType,
                            Comparator comp,
                            boolean trackChanges)
Create a new instance of this proxy type.



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