|
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 | |||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.TreeMap
|
+--com.solarmetric.rd.kodo.util.ProxyTreeMap
Extension of the TreeMap type that dirties the
persistent/transactional field it is assigned to on modification.
The need to dirty the field on any modification mandates that
this class must override all mutator methods of the base type.
This may lead to multiple calls to the
PersistenceCapable.jdoMakeDirty(java.lang.String) for one state
change if one mutator method of the base type calls another.
| Constructor Summary | |
ProxyTreeMap()
Template constructor. |
|
ProxyTreeMap(java.util.Comparator comp,
java.lang.Class keyType,
java.lang.Class valueType)
Constructor. |
|
| Method Summary | |
void |
clear()
|
java.util.Set |
entrySet()
|
java.util.Collection |
getAdded()
|
com.solarmetric.rd.kodo.util.ChangeManager |
getChangeManager()
|
java.util.Comparator |
getComparator()
Return the comparator used in this map, or null if it is unordered or uses natural ordering. |
java.util.Map |
getCopy(java.util.Map orig)
This method should return a copy of the given map; the copy should be of the same class as the superclass of this collection. |
java.lang.Object |
getOwner()
Return the owning object. |
java.lang.String |
getOwnerFieldName()
Return the owning field name. |
java.util.Collection |
getRemoved()
|
boolean |
isOwner(java.lang.Object pc,
java.lang.String fieldName)
Return true if the given object and field name match the owner of this proxy. |
java.util.Set |
keySet()
|
com.solarmetric.rd.kodo.util.ProxyMap |
newInstance(java.lang.Class keyType,
java.lang.Class valueType,
java.util.Map contents,
java.util.Comparator compare)
This method should return a new proxy of the same concrete type as the implementing class. |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
|
void |
putAll(java.util.Map m)
|
java.lang.Object |
remove(java.lang.Object key)
|
void |
setChangeManager(com.solarmetric.rd.kodo.util.ChangeManager cm)
|
void |
setOwner(java.lang.Object pc,
java.lang.String fieldName)
Set the owning JDO instance of the proxy and the name of the field it is assigned to. |
java.util.Collection |
values()
|
protected java.lang.Object |
writeReplace()
|
| Methods inherited from class java.util.TreeMap |
clone, comparator, containsKey, containsValue, firstKey, get, headMap, lastKey, size, subMap, tailMap |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, isEmpty, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
containsKey, containsValue, equals, get, hashCode, isEmpty, size |
| Constructor Detail |
public ProxyTreeMap()
public ProxyTreeMap(java.util.Comparator comp,
java.lang.Class keyType,
java.lang.Class valueType)
comp - The comparator that should be used to
determine the sort order of the elements
in this map.keyType - All keys in this map must be instances
of this type.valueType - All values in this map must be instances
of this type.| Method Detail |
public com.solarmetric.rd.kodo.util.ProxyMap newInstance(java.lang.Class keyType,
java.lang.Class valueType,
java.util.Map contents,
java.util.Comparator compare)
ProxyMapProxyManager 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.
newInstance in interface ProxyMappublic java.util.Map getCopy(java.util.Map orig)
ProxyMap
getCopy in interface ProxyMappublic java.util.Comparator getComparator()
ProxyMap
getComparator in interface ProxyMap
public void setOwner(java.lang.Object pc,
java.lang.String fieldName)
Proxy
setOwner in interface Proxypublic java.lang.Object getOwner()
Proxy
getOwner in interface Proxypublic java.lang.String getOwnerFieldName()
Proxy
getOwnerFieldName in interface Proxy
public boolean isOwner(java.lang.Object pc,
java.lang.String fieldName)
Proxy
isOwner in interface Proxypublic com.solarmetric.rd.kodo.util.ChangeManager getChangeManager()
public void setChangeManager(com.solarmetric.rd.kodo.util.ChangeManager cm)
public java.util.Collection getRemoved()
public java.util.Collection getAdded()
public void clear()
clear in interface java.util.Mapclear in class java.util.TreeMappublic java.util.Set keySet()
keySet in interface java.util.MapkeySet in class java.util.TreeMappublic java.util.Collection values()
values in interface java.util.Mapvalues in class java.util.TreeMappublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.TreeMap
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapput in class java.util.TreeMappublic void putAll(java.util.Map m)
putAll in interface java.util.MapputAll in class java.util.TreeMappublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mapremove in class java.util.TreeMap
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
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 | |||||||||