Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 27515 invoked from network); 24 Jun 2010 19:07:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 19:07:33 -0000 Received: (qmail 17968 invoked by uid 500); 24 Jun 2010 19:07:33 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 17904 invoked by uid 500); 24 Jun 2010 19:07:32 -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 17897 invoked by uid 99); 24 Jun 2010 19:07:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 19:07:32 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nathan.maves@gmail.com designates 209.85.160.53 as permitted sender) Received: from [209.85.160.53] (HELO mail-pw0-f53.google.com) (209.85.160.53) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 19:07:27 +0000 Received: by pwi3 with SMTP id 3so2649961pwi.12 for ; Thu, 24 Jun 2010 12:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=FGGaR0xYUAiSf9GIVSfFQCAy1TwA4BU3lqnrNaH2HsQ=; b=Syk5c83gEq4uL4yEquL8QYzmWvtNZSgmOkjZw7i4hIcjHGnwCtePigmGTgedoNuXl7 pn3vADTF9MXwuAU3siik6f+snz/ZJxcaaEVHnAKRZ5y1qB+j9OWyxK4CEp9Sc8JQULy7 IZu2ANFS0fV5UNpNndJj7si4GW5P87ni+wxDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=YddmZ9FNT/QzL5jhmdrRbi4uPNmnYWxPoTESdBhjFtmwgPB+JRjZo1V/WfgQTJHr06 FzeD/ddEytIXlsOTzxMDyzhcp2MFL/reMOynrUf7T+eW1P8lQqmYcnsgSe+mTA1VcQGG RSPJ8ud+PcYqhyZc60npwE1G3cTp3xi/IVhj4= Received: by 10.115.134.40 with SMTP id l40mr10090224wan.163.1277406426472; Thu, 24 Jun 2010 12:07:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.191.7 with HTTP; Thu, 24 Jun 2010 12:06:46 -0700 (PDT) In-Reply-To: <28985663.post@talk.nabble.com> References: <28985663.post@talk.nabble.com> From: Nathan Maves Date: Thu, 24 Jun 2010 13:06:46 -0600 Message-ID: Subject: Re: Inheritanc To: user-java@ibatis.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The ibatis project has moved and been renamed. It is no longer being maintained as an Apache project, but has moved (along with the development team) here: http://www.mybatis.org/ Please join us at the new location by joining the mailing list here: http://groups.google.com/group/mybatis-user On Thu, Jun 24, 2010 at 1:05 PM, karthik085 wrote: > > Hi, > I am using iBatis 3.0 beta-9 > How can inheritance or has-a relationship be specified for the following > case? > > class A > =C2=A0 name: String > > class B extends A > =C2=A0 id: Integer > > > Currently, I was trying to use "has-a" relationship - association to do i= t - > but, it is not working! > =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 > > =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 > -- > View this message in context: http://old.nabble.com/Inheritanc-tp28985663= p28985663.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org For additional commands, e-mail: user-java-help@ibatis.apache.org