Questions tagged [jooq-codegen]
38 questions
4
votes
1 answer
jOOQ codegen fails because of "Invalid content" `visibilityModifier` and `includeExcludePackageRoutines`
I have a postgres:13.5-alpine database running and set up jOOQ like so:
versions
plugin_jooq=7.1.1
lib_jooq=3.16.6
gradle
plugins {
id 'nu.studer.jooq' version "${plugin_jooq}"
}
dependencies {
api "org.postgresql:postgresql"
…

User1291
- 7,664
- 8
- 51
- 108
3
votes
1 answer
jOOQ Converter for NOT NULL column: Why is it necessary to handle null if the column cannot be null?
In jOOQ code generation, it is possible to assign a converter to a NOT NULL field like so:
(?i)^varchar\(\d+\)$
String
NOT_NULL