As I said, I share with you the prototypal code of *jooq4hibernate* :) just execute:
git clone https://bitbucket.org/fhostercom/jooq4hibernate.git and import existing project from maven. I wrote some JUnit tests, but I have to improve them. Thanks Vlad for this post: http://vladmihalcea.com/2013/12/06/jooq-facts-from-jpa-annotations-to-jooq-table-mappings/ that I used to generate Jooq model from JPA Entity of the test classes. @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. @Lukas: I ask you the favour to see the class *DefaultSQLQueryAnalyzer*. It extends DefaultVisitListener and it's the class that extract informations related to tables and join conditions. At the start of files I wrote some "issues"\question. If you could review and send me a feedback would be great! Thank you, Antonio -- 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.
