Just curious, will this be difficult to implement. can i implement this in my local and if it works give it back ?
ashok On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Abator does not introspect the base classes to see if there is a match or not. So no, abator will not do what you are asking for at present. It is an interesting idea however. Jeff Butler 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 >
