[jOOQ/jOOQ#10779] Compilation error in KotlinGenerator generated DAOs
for data type TINYINT
This commit is contained in:
parent
265b31e530
commit
71b69bb151
@ -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(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user