From server-dev-return-38708-apmail-james-server-dev-archive=james.apache.org@james.apache.org Fri Jul 23 13:00:19 2010 Return-Path: Delivered-To: apmail-james-server-dev-archive@www.apache.org Received: (qmail 99559 invoked from network); 23 Jul 2010 13:00:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 13:00:19 -0000 Received: (qmail 51067 invoked by uid 500); 23 Jul 2010 13:00:19 -0000 Delivered-To: apmail-james-server-dev-archive@james.apache.org Received: (qmail 50860 invoked by uid 500); 23 Jul 2010 13:00:17 -0000 Mailing-List: contact server-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "James Developers List" Reply-To: "James Developers List" Delivered-To: mailing list server-dev@james.apache.org Received: (qmail 50764 invoked by uid 99); 23 Jul 2010 13:00:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 13:00:15 +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; Fri, 23 Jul 2010 13:00:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6NCxpns014267 for ; Fri, 23 Jul 2010 12:59:51 GMT Message-ID: <22064351.542131279889991646.JavaMail.jira@thor> Date: Fri, 23 Jul 2010 08:59:51 -0400 (EDT) From: "Eric Charles (JIRA)" To: server-dev@james.apache.org Subject: [jira] Created: (IMAP-180) Add @ElementJoinColumn for Property and Header tables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add @ElementJoinColumn for Property and Header tables ----------------------------------------------------- Key: IMAP-180 URL: https://issues.apache.org/jira/browse/IMAP-180 Project: JAMES Imap Issue Type: Improvement Components: JPA Mailbox Environment: All Reporter: Eric Charles Add @ElementJoinColumn on 'properties' and 'headers' attributes of AbstractJPAMessage. This will prevent JPA to create unneeded intermediate tables between MESSAGE and PROPERTY, HEADER tables. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org For additional commands, e-mail: server-dev-help@james.apache.org