> -Original Message-
> From: Nathan Maves [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 13, 2006 1:25 PM
> To: user-java@ibatis.apache.org
> Subject: Re: underscore in java bean property
>
> What do the mutator methods look like?
>
> If they follow the bea
u can, however, I would refactor it to be more appropriate for
> modern coding practices.
>
> -Original Message-
> From: Nathan Maves [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 13, 2006 1:25 PM
> To: user-java@ibatis.apache.org
> Subject: Re: underscore in
Maves [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 13, 2006 1:25 PM
To: user-java@ibatis.apache.org
Subject: Re: underscore in java bean property
What do the mutator methods look like?
If they follow the bean spec then you should be fine.
On 9/13/06, Salman Khattak <[EMAIL PROTECTED
What do the mutator methods look like?
If they follow the bean spec then you should be fine.
On 9/13/06, Salman Khattak <[EMAIL PROTECTED]> wrote:
Strangely enough some legacy code here has underscore in property names like
ministry_Code. IBatis mapping does not like this. Any help would be
ap