python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jooq code generation from multiple databases
How can I configure my maven to generate code from different databases?
I have this configuration:
<plugin>
<groupId>org.jooq</groupId>
<artifactId>jooq-codegen-maven&l...
alf3ratz
Votes: 0
Answers: 1
Jooq generates classes for tables without fields responsible for columns in tables
For example all generated classes for tables look like that:
SuppressWarnings({"all", "unchecked", "rawtypes"})
public class TableName extends TableImpl<TableNameRecor...
alf3ratz
Votes: 0
Answers: 1
jOOQ 3.16 (and 3.16.1) breaks build
We are currently using jOOQ 3.15.5 (Java) and everything is good. When we attempt to upgrade to 3.16.0 or 3.16.1, some of our BOOLEAN fields are represented as Object in their record java classes.
<...
seyedsub
Votes: 0
Answers: 1