Hi All, Is there a way to make the DAO's and VO's generated by abator all extend a single class or implement a common interface?
Ideally I'd like all my DAO interfaces to extend a BaseDAO and all my value objects to extend a BaseValueObject automatically as abator creates them ??? Best Regards Paul.
