[jOOQ/jOOQ#10779] Compilation error in KotlinGenerator generated DAOs

for data type TINYINT
This commit is contained in:
Lukas Eder 2020-10-22 13:10:54 +02:00
parent 265b31e530
commit 71b69bb151

View File

@ -219,6 +219,7 @@ public class JavaGenerator extends AbstractGenerator {
private static final String KMUTABLELIST = "kotlin.collections.MutableList";
private static final Set<String> PRIMITIVE_WRAPPERS = new HashSet<>(Arrays.asList(
Byte.class.getName(),
Short.class.getName(),
Integer.class.getName(),
Long.class.getName(),