7;t do this.
>
> Supplying such a mapping to Abator would be about the same level of
> difficulty as writing your own SqlMap files for your existing beans. If
> you
> have a set of existing beans, then I suggest that you hand code the SqlMap
> files - it's pretty simple.
>
&g
But it should be possible.
I guess this could be a feature request?
Neha.
Yuvraj Shinde wrote:
>
> I think,
>
> You cannot customize the abator.xml.you have to manually do it your
> self.
>
> Regards
> yuvraj
>
> -Original Message-
> From: NehaP
Hi,
I wasnt able to find a forum for Abator, hope this is the right forum for
this question.
Before using Abator, I had a set of beans, say of User and Address, that
looked like this
[code]
public class Address
{
private String city, street;
private int zipCode;
// Getters and setters.