Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 48723 invoked from network); 16 Sep 2007 23:35:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2007 23:35:53 -0000 Received: (qmail 80858 invoked by uid 500); 16 Sep 2007 23:35:45 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 80847 invoked by uid 99); 16 Sep 2007 23:35:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 16:35:45 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2007 23:35:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 299627141F2 for ; Sun, 16 Sep 2007 16:35:32 -0700 (PDT) Message-ID: <20363210.1189985732167.JavaMail.jira@brutus> Date: Sun, 16 Sep 2007 16:35:32 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-528) JDOHelper.getObjectState() : convenience method to return the state of an object In-Reply-To: <1369695.1189931072048.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527914 ] Craig Russell commented on JDO-528: ----------------------------------- I'd like to point out that this feature depends on Java 1.5 and as such, means that it would only be available with api2 and not api2-legacy. That said, I have no objection in principle to these changes. They have no backward compatibility issues and they basically formalize what many folks have done in a non-standard way (see JDO_Test for an example...). > JDOHelper.getObjectState() : convenience method to return the state of an object > -------------------------------------------------------------------------------- > > Key: JDO-528 > URL: https://issues.apache.org/jira/browse/JDO-528 > Project: JDO > Issue Type: New Feature > Components: api2 > Reporter: Andy Jefferson > Priority: Minor > Fix For: JDO 2 maintenance release 1 > > Attachments: JDOHelper.patch, ObjectState.patch > > > As discussed on the jdo-dev mailing list cerca 5th August 2007, it would be desirable for JDOHelper to have a method to return the object "state" of a passed object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.