From dev-return-19001-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Apr 26 02:34:27 2011 Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2D271546 for ; Tue, 26 Apr 2011 02:34:26 +0000 (UTC) Received: (qmail 56426 invoked by uid 500); 26 Apr 2011 02:34:26 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 56372 invoked by uid 500); 26 Apr 2011 02:34:26 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 55887 invoked by uid 99); 26 Apr 2011 02:34:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 02:34:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 02:34:24 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 26C1AB32A8 for ; Tue, 26 Apr 2011 02:33:47 +0000 (UTC) Date: Tue, 26 Apr 2011 02:33:47 +0000 (UTC) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Message-ID: <2090852671.1242.1303785227121.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1672940921.30935.1301808485704.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (OPENJPA-1973) Unlocked field support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025029#comment-13025029 ] Michael Dick commented on OPENJPA-1973: --------------------------------------- I like the example better - seems fair enough to add this feature to trunk. > Unlocked field support > ---------------------- > > Key: OPENJPA-1973 > URL: https://issues.apache.org/jira/browse/OPENJPA-1973 > Project: OpenJPA > Issue Type: New Feature > Components: docs, jdbc, jpa > Reporter: Patrick Linskey > Assignee: Patrick Linskey > Attachments: OPENJPA-1973-with-docs.patch, OPENJPA-1973.patch > > > Often, it's desirable to exclude certain fields from the optimistic locking computation. For example, if a PurchaseOrder's lastUpdatedDate field is updated every time a line item is added, it may be acceptable to simply use the latest value instead of requiring an optimistic lock check / collision. > Let's add support for such fields. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira