Class DeepMergeOperation
java.lang.Object
org.apache.cayenne.util.DeepMergeOperation
Deprecated, for removal: This API element is subject to removal in a future version.
unused
An operation that merges changes from an object graph, whose objects are registered in
some ObjectContext, to peer objects in an ObjectConext that is a child of that context.
The merge terminates at hollow nodes in the parent context to avoid tripping over
unresolved relationships.
- Since:
- 1.2
-
Constructor Summary
ConstructorsConstructorDescriptionDeepMergeOperation(ObjectContext context) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription<T extends Persistent>
Tmerge(T peerInParentContext) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DeepMergeOperation
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
merge
Deprecated, for removal: This API element is subject to removal in a future version.
-