Class 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 Detail

      • ShallowMergeOperation

        public ShallowMergeOperation​(ObjectContext context)
    • Method Detail

      • merge

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