Package org.apache.cayenne.util
Class ShallowMergeOperation
java.lang.Object
org.apache.cayenne.util.ShallowMergeOperation
public class ShallowMergeOperation extends Object
An operation that merges changes from a single object registered in some ObjectContext,
 to a peer object in an ObjectConext that is a child of that context.
- Since:
- 3.1
- 
Constructor SummaryConstructors Constructor Description ShallowMergeOperation(ObjectContext context)
- 
Method SummaryModifier and Type Method Description <T extends Persistent>
 Tmerge(T peerInParentContext)
- 
Constructor Details- 
ShallowMergeOperation
 
- 
- 
Method Details- 
merge
 
-