Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 48007 invoked from network); 17 Jul 2007 18:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 18:45:42 -0000 Received: (qmail 23402 invoked by uid 500); 17 Jul 2007 18:45:39 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 23367 invoked by uid 500); 17 Jul 2007 18:45:39 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 23072 invoked by uid 99); 17 Jul 2007 18:45:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 11:45:37 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.4.92.92] (HELO mout2.freenet.de) (195.4.92.92) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 11:45:32 -0700 Received: from [195.4.92.14] (helo=mx4.freenet.de) by mout2.freenet.de with esmtpa (Exim 4.68-dev) (envelope-from ) id 1IAs2o-0002ab-Lf for user-java@ibatis.apache.org; Tue, 17 Jul 2007 20:45:10 +0200 Received: from dslb-088-064-083-086.pools.arcor-ip.net ([88.64.83.86]:1814 helo=alpha) by mx4.freenet.de with esmtpsa (ID tdev@freenet.de) (TLSv1:RC4-MD5:128) (port 25) (Exim 4.68 #1) id 1IAs2o-0005Jl-En for user-java@ibatis.apache.org; Tue, 17 Jul 2007 20:45:10 +0200 Message-ID: <001d01c7c8a2$932d1190$0201a8c0@alpha> From: "tdev" To: Subject: Suggestion: Extending Models and DAOs ? Date: Tue, 17 Jul 2007 20:44:57 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C7C8B3.565FF960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C7C8B3.565FF960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Would be nice when generating Models and DAOs A there could also be generated Models and DAOs B that extends the Models = and DAOs A into an different package. The same with extra sqlmaps In short: General(Default) Models,DAOs,SQLMaps package A Specialised Models,DAOs,SQLMaps package B = extends A So I need not to worry about merge etc. if I put some further code into = it, own sqls,.. although it is said that the eclipse plugin does java merge, and xml is = merged always. ------=_NextPart_000_001A_01C7C8B3.565FF960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Would be nice when generating = Models and=20 DAOs  A
there could also be generated Models = and DAOs B=20 that extends the Models and DAOs A
into an different package. The same = with extra=20 sqlmaps
 
In short:
  =20 General(Default)        Models,DA= Os,SQLMaps        =20 package A
   = Specialised    =20         =20 Models,DAOs,SQLMaps         = package=20 B  extends A
 
So I need not to worry about merge etc. = if I put=20 some further code into it, own sqls,..
although it is said that the = eclipse plugin=20 does java merge, and xml is merged always.
 
 
 
------=_NextPart_000_001A_01C7C8B3.565FF960--