Hi Lukas, My project is like this: - spring-jpa (hibernate project) - code-first one, database is maintained via liquibase - jooq used on some complex tasks - single project (I cannot split into more jars, long story...)
Actually is very tricky to me to generate jooq objects, cause I can't move domain objects in a sepate jar. It's a big limitation that jooq requires compiled classes to generate it's own objects (to make it work I can't generate jooq from jpa, but I've got to do it via db directly, but I've got a lot of issue about this, like circular dependency issue,...) I'm wondering if jooq-jpa entities generator could be an apt one, like others i.e. querydsl-jpa, JPAMetaModelEntityProcessor. These ones are perfectly integrated in my scenario. What do you think about it? Are there some impedements I cant' see about it? Tks Denis -- 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.
