Skip to content

Tag: jooq-codegen

JOOQ add prefix to pojo class name

I am generating the pojo classes with jooq codegen, I am trying to create them with a prefix, but I cannot understand how to do it. I am using this configuration to generate them From what I understand I have to create a class that extends “DefaultGeneratorStrategy” with the override on the &#8220…