You can easily accomplish both of these items by providing your own implementation of JavaModelGenerator - subclass one of the existing implementations and override the appropriate methods (afterBaseRecordGenerationHook and getExampleType in this case).
Jeff Butler On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
- Is there a way to get a toString method generated so it does contain the member names and its values for e.g debugging purpose ? - Find the name "***Example" not very approbiate. Sounds for me if I can delete it onetime from project. Is there a way to configure the name of the ***Example classes to e.g***Criteria ?
