Return-Path: Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: (qmail 54166 invoked from network); 2 Oct 2010 16:38:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 16:38:07 -0000 Received: (qmail 21120 invoked by uid 500); 2 Oct 2010 16:38:07 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 21098 invoked by uid 500); 2 Oct 2010 16:38:07 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 21090 invoked by uid 99); 2 Oct 2010 16:38:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 16:38:06 +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, 02 Oct 2010 16:38:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o92GbhXW013072 for ; Sat, 2 Oct 2010 16:37:43 GMT Message-ID: <1505461.512611286037463177.JavaMail.jira@thor> Date: Sat, 2 Oct 2010 12:37:43 -0400 (EDT) From: "Thomas Fischer (JIRA)" To: torque-dev@db.apache.org Subject: [jira] Commented: (TORQUE-147) Database objects should not need to inherit from BaseObject In-Reply-To: <5009158.503261285962093500.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/TORQUE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917215#action_12917215 ] Thomas Fischer commented on TORQUE-147: --------------------------------------- No, there will still be BaseXXX and XXX for each table. Just the necessity that BaseXXX must inherit from BaseObject will be removed. > Database objects should not need to inherit from BaseObject > ----------------------------------------------------------- > > Key: TORQUE-147 > URL: https://issues.apache.org/jira/browse/TORQUE-147 > Project: Torque > Issue Type: Improvement > Reporter: Thomas Fischer > Assignee: Thomas Fischer > > Currently it is an error if database objects do not inherit from BaseObject. This makes embedding of Torque objects in other frameworks very difficult, because it does not allow to choose an own parent to inherit from. > The minimum requirement would be that it is not required any more that database objects inherit from BaseObject. > Ideally BaseObject dies and the base objects inherit directly from java.lang.object. -- 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: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org