Not to be nasty but wouldn't it be better to normalize the database and put
createBy, createDate, modifiedBy etc in his own table/class?

That's what I like about ibatis, I will only fetch this kind of data when I
actual going to use it.

 

 

On 5/9/07, Ashok Madhavan < [EMAIL PROTECTED]> wrote:
> Hi all,
>
> i want to have a common super class for some of my data objects. this will
> contain common info like id, createdBy, createdDate, modifiedBy, 
> modifiedDate etc.
>
> Abator does give a option called 'rootClass' in which u can specify this.
> But Abator creates new setter and getter instead of just using hte super
> classes's methods. 
>
> is there a way by which we can tell Abator to use the super's methods when
> it is present in the super.
>
> regards
> Ashok
>

 

Reply via email to