org.apache.cayenne.util
Class ShallowMergeOperation

java.lang.Object
  extended by org.apache.cayenne.util.ShallowMergeOperation

public class ShallowMergeOperation
extends java.lang.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 Summary
ShallowMergeOperation(ObjectContext context)
           
 
Method Summary
<T extends Persistent>
T
merge(T peerInParentContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShallowMergeOperation

public ShallowMergeOperation(ObjectContext context)
Method Detail

merge

public <T extends Persistent> T merge(T peerInParentContext)


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.