|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.otm.copy.SerializeObjectCopyStrategy
Does in-memory serialization to achieve a copy of the object graph.
ObjectCopyStrategy| Constructor Summary | |
SerializeObjectCopyStrategy()
|
|
| Method Summary | |
java.lang.Object |
copy(java.lang.Object obj)
This implementation will probably be slower than the metadata object copy, but this was easier to implement. |
java.lang.Object |
copy(java.lang.Object src,
java.lang.Object dest)
copy src object into dest object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SerializeObjectCopyStrategy()
| Method Detail |
public java.lang.Object copy(java.lang.Object obj)
throws ObjectCopyException
copy in interface ObjectCopyStrategyobj - object to be copied
ObjectCopyExceptionObjectCopyStrategy.copy(Object)
public java.lang.Object copy(java.lang.Object src,
java.lang.Object dest)
ObjectCopyStrategy
copy in interface ObjectCopyStrategysrc - dest -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||