Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 69618 invoked from network); 25 Sep 2010 15:31:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Sep 2010 15:31:55 -0000 Received: (qmail 27536 invoked by uid 500); 25 Sep 2010 15:31:54 -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 27528 invoked by uid 99); 25 Sep 2010 15:31:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Sep 2010 15:31:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Sep 2010 15:31:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8PFVWVe017417 for ; Sat, 25 Sep 2010 15:31:32 GMT Message-ID: <10746912.400761285428692413.JavaMail.jira@thor> Date: Sat, 25 Sep 2010 11:31:32 -0400 (EDT) From: "Andy Jefferson (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-660) Ability to specify positioning of field 'column(s)' in datastore "table" In-Reply-To: <7644923.18201276151773806.JavaMail.jira@thor> 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/JDO-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Jefferson updated JDO-660: ------------------------------- Attachment: JDO-660.patch Please find attached a patch to add "position" attribute to @Column annotation, and to add "position" attribute to XML element. > Ability to specify positioning of field 'column(s)' in datastore "table" > ------------------------------------------------------------------------ > > Key: JDO-660 > URL: https://issues.apache.org/jira/browse/JDO-660 > Project: JDO > Issue Type: New Feature > Components: api, specification, tck > Reporter: Andy Jefferson > Fix For: JDO 3 maintenance release 1 > > Attachments: JDO-660.patch > > > With an RDBMS datastore, when generating the schema, it is desirable to be able to specify the positioning of the column(s) of a field in the generated table. > With spreadsheet documents, it is critical to be able to define which column number is used for a particular field. > With other datastores it is also likely desirable. > To achieve this I propose adding an attribute to the XML called "position". Similarly for the @Column annotation. > This can take integer values with 0-origin. > Complications : > 1. how this is handled when we have inheritance. If a root class has subclass-table inheritance, then those fields are persisted into the tables of all subclasses, and we may want to override the positions for those individually - to that end the user can override the metadata of the superclass fields. > 2. anything else ? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.