Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 61850 invoked from network); 18 Oct 2005 14:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 14:09:42 -0000 Received: (qmail 99962 invoked by uid 500); 18 Oct 2005 14:09:35 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 99918 invoked by uid 500); 18 Oct 2005 14:09:34 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 99907 invoked by uid 99); 18 Oct 2005 14:09:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 07:09:34 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sam504u@gmail.com designates 64.233.184.194 as permitted sender) Received: from [64.233.184.194] (HELO wproxy.gmail.com) (64.233.184.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 07:09:34 -0700 Received: by wproxy.gmail.com with SMTP id i31so511724wra for ; Tue, 18 Oct 2005 07:09:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=sMc7ppNokrA0jfjtEyxlpg2hzeO5f+LlVKlsxYBSq1l+p2HhsHswVJaD+YTaRfZogZ+p5DaOfR7aKQubndEYSU6biGYWxYSzL1FI2uP1MgLGQG8xhmPQHDI+apsYZoaQfPrsIykLdzIkUo1CsOIEML+XKuSzzeaEJOgwt+VXaUQ= Received: by 10.54.116.2 with SMTP id o2mr2149032wrc; Tue, 18 Oct 2005 07:09:12 -0700 (PDT) Received: by 10.54.68.4 with HTTP; Tue, 18 Oct 2005 07:09:12 -0700 (PDT) Message-ID: Date: Tue, 18 Oct 2005 10:09:12 -0400 From: Sameer Nanda To: Jakarta Commons Users List Subject: Re: [betwixt] Problem loading a Bean in Betwixt In-Reply-To: <20051018135717.66439.qmail@web54309.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4226_31155824.1129644552873" References: <20051018135717.66439.qmail@web54309.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4226_31155824.1129644552873 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > You are not quite correct on this. Almost every > property mapping in hibernate suports nice > parameter: > access=3D"field|method" - you can easily guess what it > does mean. > > So for example you can force hibernate to work with > your collection field, and return wrapped > unmodifiable collection from getter. > ( or have accessors which do not follow JavaBean > naming conditions ) > > And f you were using doclet 2, this setting would > depend on placement of your xdoclet tags > I didnt knew this fact about Hibernate. If Betwixt is not as configurable as you like, > you have always an option to go for commons-digester > ( it works behind the scenes anyway - betwixt is nicer > frontend to it ) > I would have to think about it, because I have been already using Betwixt for my project,( its not that I have married to Betwixt) but I need to get things done for this project ASAP, and I am not really sure if I can devote time learning something new. Thanks for the offer though. Sameer ------=_Part_4226_31155824.1129644552873--