From open-jpa-dev-return-4132-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Wed May 16 22:46:42 2007 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 1224 invoked from network); 16 May 2007 22:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 22:46:40 -0000 Received: (qmail 14911 invoked by uid 500); 16 May 2007 22:46:44 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 14883 invoked by uid 500); 16 May 2007 22:46:44 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 14854 invoked by uid 99); 16 May 2007 22:46:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 15:46:44 -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; Wed, 16 May 2007 15:46:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D966714074 for ; Wed, 16 May 2007 15:46:16 -0700 (PDT) Message-ID: <13121230.1179355576577.JavaMail.jira@brutus> Date: Wed, 16 May 2007 15:46:16 -0700 (PDT) From: "Marc Prud'hommeaux (JIRA)" To: open-jpa-dev@incubator.apache.org Subject: [jira] Created: (OPENJPA-239) Option for the reverse mapping tool to generate mapping annotations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Option for the reverse mapping tool to generate mapping annotations ------------------------------------------------------------------- Key: OPENJPA-239 URL: https://issues.apache.org/jira/browse/OPENJPA-239 Project: OpenJPA Issue Type: New Feature Components: jdbc, jpa Affects Versions: 0.9.7, 0.9.6, 0.9.0 Reporter: Marc Prud'hommeaux The reverse mapping tool currently only generates mappings in a separate orm.xml file. It would be useful if there was an option to instead generate annotations in the generated .java files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.