Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 95353 invoked from network); 15 Jun 2005 12:02:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2005 12:02:54 -0000 Received: (qmail 1426 invoked by uid 500); 15 Jun 2005 12:02:52 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 1404 invoked by uid 500); 15 Jun 2005 12:02:52 -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 1383 invoked by uid 99); 15 Jun 2005 12:02:52 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from dsl-083-247-021-091.solcon.nl (HELO wis.nl) (83.247.21.91) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Jun 2005 05:02:50 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: Possibilities and/or impossibilities of subclassing X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 15 Jun 2005 13:59:29 +0200 Message-ID: <50CA25BD6EEA954FA592C097399942E30BCE11@CM1.wis.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Possibilities and/or impossibilities of subclassing Thread-Index: AcVxoa8oZ3Hzgwq3RKWilrFXjvT6zg== From: "Niels Beekman" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, Could you guys please clarify some of the possibilities and unpossibilities of iBATIS when it comes to subclassing?. What I understand from the various documentation-fragments is that iBATIS only supports discriminators when all columns are available in a single resultset. How would this work when I have an ISA-design with let's say 10 different subtables, this would result in enormous amounts of data... Is there any documentation that I have missed somehow? I saw it on the undocumented features-list, but maybe there is some after all. I looked at the provided Documentation.xml but this is an example with just one table, which is not I'm looking for. I even checked the .NET documentation too, the discriminator is mentioned there, but not in the context of subtables (and I heard that iBATIS.NET has more features when it comes to subclassing). I hope you can shed some light on this, otherwise it requires some workarounds on my end. Thanks for your time, Niels PS I tried to contact Ron for his solution (http://www.mail-archive.com/ibatis-dev%40incubator.apache.org/msg01014. html) to this problem, as he said he was helped "off list" but could not reach him.