Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 27688 invoked from network); 29 Sep 2008 11:27:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 11:27:02 -0000 Received: (qmail 46352 invoked by uid 500); 29 Sep 2008 11:27:01 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 46343 invoked by uid 500); 29 Sep 2008 11:27:01 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 46332 invoked by uid 99); 29 Sep 2008 11:27:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 04:27:00 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 11:26:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8D7F8234C1FB for ; Mon, 29 Sep 2008 04:26:11 -0700 (PDT) Message-ID: <412342809.1222687571577.JavaMail.jira@brutus> Date: Mon, 29 Sep 2008 04:26:11 -0700 (PDT) From: "Andrus Adamchik (JIRA)" To: dev@cayenne.apache.org Subject: [jira] Updated: (CAY-795) Horizontal inheritance 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/cayenne/browse/CAY-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrus Adamchik updated CAY-795: -------------------------------- Attachment: (was: Overriding_attributes.patch) > Horizontal inheritance > ---------------------- > > Key: CAY-795 > URL: https://issues.apache.org/cayenne/browse/CAY-795 > Project: Cayenne > Issue Type: New Feature > Components: Cayenne Core Library > Affects Versions: 3.0 > Reporter: Ari Maniatis > Assignee: Ari Maniatis > Fix For: 3.0 > > Attachments: inheritance-progress.diff, Overriding_attributes.patch > > > Implement horizontal inheritance. This requires: > 1. Allow dbEntityName attribute to be null in > 2. Modeler changes to allow this to be set. Validation should require that any class set in this way should have at least one subclass. > 3. Changes, particularly to SelectQuery, which accomodates this change and returns the appropriate objEntities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.