Hi Antonio, We're on the same line of thought, about SQL vs. ORM. I had no doubts about it, but I had to make a clear statement for future readers :-) (e.g. https://groups.google.com/forum/#!topic/jooq-user/dVw0unCHJGo)
Thanks for sharing the link to your jooq4hibernate prototype. I'll be looking into it sometime these days. Regarding your question: 2015-04-20 13:07 GMT+02:00 <[email protected]>: > @Lukas: Is there a way from the maven plugin jooq-codegen-maven to > manipulate the prefix of the table? Because actually I have same classname > with different packages for JPA Entity and Jooq table and I want to avoid > it with a prefix. > If by "prefix" you mean a prefix for the class names only, then yes. This is called the generator strategies: http://www.jooq.org/doc/latest/manual/code-generation/codegen-generatorstrategy/ http://www.jooq.org/doc/latest/manual/code-generation/codegen-matcherstrategy/ I'll get back to you with more feedback once I've seen jooq4hibernate. Cheers Lukas -- 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.
