|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyCollection
Interface implemented by all proxy collection types.
Method Summary | |
---|---|
java.lang.Class |
getElementType()
The collection element type. |
ProxyCollection |
newInstance(java.lang.Class elementType,
java.util.Comparator comp,
boolean trackChanges,
boolean autoOff)
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 |
---|
java.lang.Class getElementType()
ProxyCollection newInstance(java.lang.Class elementType, java.util.Comparator comp, boolean trackChanges, boolean autoOff)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |