[#3176] Don't generate "assignment-constructors" for POJOs with more than 255 columns - Regenerated H2 schema
This commit is contained in:
parent
a6c08048d4
commit
b09438035d
@ -9,7 +9,7 @@ package org.jooq.test.h2.generatedclasses;
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Public extends org.jooq.impl.SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = -1895439956;
|
||||
private static final long serialVersionUID = 149547916;
|
||||
|
||||
/**
|
||||
* The singleton instance of <code>PUBLIC</code>
|
||||
@ -74,6 +74,7 @@ public class Public extends org.jooq.impl.SchemaImpl {
|
||||
org.jooq.test.h2.generatedclasses.tables.VAuthor.V_AUTHOR,
|
||||
org.jooq.test.h2.generatedclasses.tables.VBook.V_BOOK,
|
||||
org.jooq.test.h2.generatedclasses.tables.Ää.ÄÄ,
|
||||
org.jooq.test.h2.generatedclasses.tables.V_2603.V_2603);
|
||||
org.jooq.test.h2.generatedclasses.tables.V_2603.V_2603,
|
||||
org.jooq.test.h2.generatedclasses.tables.V_3176.V_3176);
|
||||
}
|
||||
}
|
||||
|
||||
@ -160,4 +160,9 @@ public class Tables {
|
||||
* The table PUBLIC.V_2603
|
||||
*/
|
||||
public static final org.jooq.test.h2.generatedclasses.tables.V_2603 V_2603 = org.jooq.test.h2.generatedclasses.tables.V_2603.V_2603;
|
||||
|
||||
/**
|
||||
* The table PUBLIC.V_3176
|
||||
*/
|
||||
public static final org.jooq.test.h2.generatedclasses.tables.V_3176 V_3176 = org.jooq.test.h2.generatedclasses.tables.V_3176.V_3176;
|
||||
}
|
||||
|
||||
1541
jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/V_3176.java
Normal file
1541
jOOQ-test/src/org/jooq/test/h2/generatedclasses/tables/V_3176.java
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user