Hello, When generating artefacts from my database, I need to generate immutable interfaces for use in not-jooq-aware modules, but I'm not interested at all in POJOs (records are enough). It seems it's not possible to generate these immutable interfaces without the POJOs, since the only immutable-related setting is "immutablePojos", which is implying "pojos".
Maybe I could do it with a custom generator implementation, but nevertheless I feel like the generator is missing an "immutableInterfaces" setting. I was about to create a new GitHub issue, but I'm asking here first in case I missed something obvious. Thanks, Thomas -- 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.
