|
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 | +--com.solarmetric.rd.kodo.util.SimpleProxyManager
Simple implementation of the ProxyManager interface that
delegates to the Proxies utility class in this package.
| Constructor Summary | |
SimpleProxyManager()
|
|
| Method Summary | |
java.lang.Object |
getArrayCopy(java.lang.Object orig,
java.lang.Object owner,
java.lang.String field)
Return a new array of the same component type as the given array and containing the same elements. |
java.util.Collection |
getCollectionCopy(java.util.Collection orig,
java.lang.Object owner,
java.lang.String field)
Return a new collection of the same type as the given one with a copy of all contained elements. |
com.solarmetric.rd.kodo.util.ProxyCollection |
getCollectionProxy(java.lang.Class type,
java.lang.Class elementType,
java.util.Collection contents,
java.util.Comparator compare,
java.lang.Object owner,
java.lang.String field)
Return a proxy for the given collection type. |
java.util.Date |
getDateCopy(java.util.Date orig,
java.lang.Object owner,
java.lang.String field)
Return a copy of the given date with the same information. |
com.solarmetric.rd.kodo.util.ProxyDate |
getDateProxy(java.util.Date date,
java.lang.Object owner,
java.lang.String field)
Return a proxy for the given date instance. |
java.util.Map |
getMapCopy(java.util.Map orig,
java.lang.Object owner,
java.lang.String field)
Return a new map of the same type as the given one with a copy of all contained key/value pairs. |
com.solarmetric.rd.kodo.util.ProxyMap |
getMapProxy(java.lang.Class type,
java.lang.Class keyType,
java.lang.Class valueType,
java.util.Map contents,
java.util.Comparator compare,
java.lang.Object owner,
java.lang.String field)
Return a proxy for the given map type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleProxyManager()
| Method Detail |
public java.util.Date getDateCopy(java.util.Date orig,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getDateCopy in interface ProxyManager
public java.util.Collection getCollectionCopy(java.util.Collection orig,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getCollectionCopy in interface ProxyManager
public java.util.Map getMapCopy(java.util.Map orig,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getMapCopy in interface ProxyManager
public java.lang.Object getArrayCopy(java.lang.Object orig,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getArrayCopy in interface ProxyManager
public com.solarmetric.rd.kodo.util.ProxyDate getDateProxy(java.util.Date date,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getDateProxy in interface ProxyManager
public com.solarmetric.rd.kodo.util.ProxyCollection getCollectionProxy(java.lang.Class type,
java.lang.Class elementType,
java.util.Collection contents,
java.util.Comparator compare,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getCollectionProxy in interface ProxyManager
public com.solarmetric.rd.kodo.util.ProxyMap getMapProxy(java.lang.Class type,
java.lang.Class keyType,
java.lang.Class valueType,
java.util.Map contents,
java.util.Comparator compare,
java.lang.Object owner,
java.lang.String field)
ProxyManager
getMapProxy in interface ProxyManager
|
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 | |||||||||