[#3176] Don't generate "assignment-constructors" for POJOs with more than 255 columns - Regenerated H2 schema

This commit is contained in:
Lukas Eder 2014-04-11 15:42:59 +02:00
parent a6c08048d4
commit b09438035d
6 changed files with 14262 additions and 2 deletions

View File

@ -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);
}
}

View File

@ -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;
}

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