JOOQ - Generate text[] as List<String>

29 Views Asked by At

Is it possible to force Jooq to generate a List instead of a text[] when generating entities from an SQL schema?

I've tried with forced types however no luck, best I can get is an Object[]. Documentation is very poor if anyone knows anything?

0

There are 0 best solutions below