Hi Tirumala, Sure, you can implement your own "generator strategies" and re-define the class names, method names, attribute names, literals, etc. as generated by jOOQ. This can be done either:
- Programmatically in Java (more powerful): http://www.jooq.org/doc/latest/manual/code-generation/codegen-generatorstrategy - Configuratively in XML and regular expressions (easier): http://www.jooq.org/doc/latest/manual/code-generation/codegen-matcherstrategy Hope this helps, Lukas 2016-05-12 17:11 GMT+02:00 tirumala kumar <[email protected]>: > Hi, > > I really appreciate the way JOOQ was generating all tables as classes in > Java. I just wanted to know that is it possible to generate the Java > classes with Custom Names apart from the Database table names?? > > > Ex: If I have a table like ex_emp, I wanted to generrate java class as > Exceloid Employee rather than ExEmp. > > > If any body have idea on this Please Provide solution whether in JOOQ or > in any Framwork > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
