Thanks!

I checked it into CVS.

peace :)

----- Original Message ----- 
From: "Aapo Laakkonen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 09, 2002 2:59 AM
Subject: [Hibernate] Patch to CodeGenerator (BasicRenderer.java)


> Here is the patch I promised to make to BasicRenderer.java that is
> related to CodeGenerator tool. This patch provides boolean getters eg.:
> 
>     public boolean isSomething() {
>         return this.something;
>     }
> 
> Instead of:
> 
>     public boolean getSomething() {
>         return this.something;
>     }
> 
> Just a quick patch, and as someone noted the CodeGenerator should be
> rewritten so that it takes advantage of common mapping file parsing
> routine to keep utility in sync with Hibernate.
> 
> Note: This patch does not include one-to-one mapping support, just the
> boolean getter support.
> 
> Regards
> Aapo Laakkonen
> 



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to