Hi Denis,

2017-12-21 11:12 GMT+01:00 Denis Miorandi <[email protected]>:
>
> (I cannot split into more jars, long story...)
>

Does that limitation apply to your development set up, or only to your
runtime environment? In the latter case, you could use e.g. the Maven
assembly:single command to put everything in a single jar:
https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html

Or the Maven shade plugin:
https://maven.apache.org/plugins/maven-shade-plugin/


> 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,...)
>

Hmm, that's really a class loading issue, not strictly related to jOOQ.
Perhaps, the JPADatabase could use in-memory compilation for those
entities, but that would be rather difficult to get right in more complex
project setups, where the entities have external dependencies.


> 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?
>

It's a matter of priorities and a question whether the can of worms called
APT should be opened. Perhaps it can be done, indeed. I've created a
feature request for this:
https://github.com/jOOQ/jOOQ/issues/6945

Thanks,
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.

Reply via email to