|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyMap | |
---|---|
org.apache.openjpa.util | OpenJPA Utilities |
Uses of ProxyMap in org.apache.openjpa.util |
---|
Classes in org.apache.openjpa.util that implement ProxyMap | |
---|---|
class |
ProxyHashMap
Extension of the HashMap type that dirties the
persistent/transactional field it is assigned to on modification. |
class |
ProxyHashtable
Extension of the Hashtable type that dirties the
persistent/transactional field it is assigned to on modification. |
class |
ProxyProperties
Extension of the Properties type that dirties the
persistent/transactional field it is assigned to on modification. |
class |
ProxyTreeMap
Extension of the TreeMap type that dirties the
persistent/transactional field it is assigned to on modification. |
Methods in org.apache.openjpa.util that return ProxyMap | |
---|---|
ProxyMap |
ProxyHashMap.newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges,
OpenJPAConfiguration conf)
|
ProxyMap |
ProxyHashtable.newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges,
OpenJPAConfiguration conf)
|
ProxyMap |
ProxyMap.newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges,
OpenJPAConfiguration conf)
This method should return a new proxy of the same concrete type as the implementing class. |
ProxyMap |
ProxyProperties.newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges,
OpenJPAConfiguration conf)
|
ProxyMap |
ProxyTreeMap.newInstance(Class keyType,
Class valueType,
Comparator compare,
boolean trackChanges,
OpenJPAConfiguration conf)
|
Methods in org.apache.openjpa.util with parameters of type ProxyMap | |
---|---|
static Set |
Proxies.entrySet(ProxyMap proxy,
Set set,
int mode)
Return a proxy for the given map key or entry set. |
protected void |
ProxyManagerImpl.setProxyTemplate(Class mapType,
ProxyMap proxy)
Add a supported proxy map type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |