Return-Path: X-Original-To: apmail-cayenne-user-archive@www.apache.org Delivered-To: apmail-cayenne-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 765E1100B7 for ; Wed, 24 Apr 2013 18:38:43 +0000 (UTC) Received: (qmail 93168 invoked by uid 500); 24 Apr 2013 18:38:43 -0000 Delivered-To: apmail-cayenne-user-archive@cayenne.apache.org Received: (qmail 93147 invoked by uid 500); 24 Apr 2013 18:38:43 -0000 Mailing-List: contact user-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cayenne.apache.org Delivered-To: mailing list user@cayenne.apache.org Received: (qmail 93135 invoked by uid 99); 24 Apr 2013 18:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 18:38:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of reich.markus@gmail.com designates 209.85.128.177 as permitted sender) Received: from [209.85.128.177] (HELO mail-ve0-f177.google.com) (209.85.128.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 18:38:36 +0000 Received: by mail-ve0-f177.google.com with SMTP id cy12so889736veb.22 for ; Wed, 24 Apr 2013 11:38:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:from:date:x-google-sender-auth :message-id:subject:to:content-type; bh=B4tBy3MQ/TTBz03ZSebkEfD54ebkatta+P5fBTyCWAU=; b=fBKXNOGED6ESJCLrbQE99A3xe/8OaI0MmRpU+4xtFxmgYighRBIAygZ2mPr4r2yU+d A2UGxCEwSPcXLy+n5sBImsbbY1nmN9CGRtESXI2A6MbSuTQSKpTs0V/a5WBEuK9ohi7F D1xaU3+6SFUouBVfv2A0H7BwoZ5NjsWSIm9QfAoaXhVFz/JqIcNGm4kh7Z7NSbI1qTgN rH8v6cBwMrP6ySf1V21DCSaKsplFrKyioGc2R5Vq5KCJ2xptnjGA9Hs8FAITHNhu5pVt 2ThrDTlcY43BOWOi/CVVF1qfhFkGGSFUrk3uMg3BidMJbcw+Y/SlQcsvJD2US0K3y3Mq FFrg== X-Received: by 10.52.237.137 with SMTP id vc9mr21998458vdc.102.1366828696191; Wed, 24 Apr 2013 11:38:16 -0700 (PDT) MIME-Version: 1.0 Sender: reich.markus@gmail.com Received: by 10.52.230.6 with HTTP; Wed, 24 Apr 2013 11:37:56 -0700 (PDT) From: Markus Reich Date: Wed, 24 Apr 2013 20:37:56 +0200 X-Google-Sender-Auth: PZZXDSbD1gMD8hCFTGhaa-yIdoo Message-ID: Subject: Revert object changes without rollback To: user@cayenne.apache.org Content-Type: multipart/alternative; boundary=089e01176751e7cb9304db1f9a37 X-Virus-Checked: Checked by ClamAV on apache.org --089e01176751e7cb9304db1f9a37 Content-Type: text/plain; charset=UTF-8 Hi, is it possible to revert changes of an object? I don't want to use rollback because changes of other objects shouldn't be reverted? I know about child contexts, but my problem is, i select a collection of object, and change them in a differnt UI view and in this view I want to revert the changes? Is it possible to create a child context and move an object from one context to another (child) context? Meex --089e01176751e7cb9304db1f9a37--