|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface implemented by all proxies on Collection types.
| Method Summary | |
java.util.Comparator |
getComparator()
Return the comparator used in this collection, or null if it is unordered or uses natural ordering. |
java.util.Collection |
getCopy(java.util.Collection orig)
This method should return a copy of the given collection; the copy should be of the same class as the superclass of this collection. |
com.solarmetric.rd.kodo.util.ProxyCollection |
newInstance(java.lang.Class elementType,
java.util.Collection contents,
java.util.Comparator compare)
This method should return a new proxy of the same concrete type as the implementing class. |
| Methods inherited from interface com.solarmetric.rd.kodo.util.Proxy |
getOwner, getOwnerFieldName, isOwner, 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 |
public com.solarmetric.rd.kodo.util.ProxyCollection newInstance(java.lang.Class elementType,
java.util.Collection contents,
java.util.Comparator compare)
ProxyManager factories: one template
instance of each type is created for the purpose of producing
new instances via this method. Overcomes the performance
penalties of reflection.
public java.util.Collection getCopy(java.util.Collection orig)
public java.util.Comparator getComparator()
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||