Skip to content
Advertisement

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 “getJavaClassName” method Answer From the way you phrased

Advertisement