From 0e78e5767e79157dd973fec2d7b91131dc4e3524 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 12 Feb 2012 13:06:24 +0000 Subject: [PATCH] [#1135] Generated Javadoc references inputSchema instead of outputSchema --- .../test/mysql2/generatedclasses/Tables.java | 18 +++---- .../mysql2/generatedclasses/tables/TBook.java | 14 +++--- .../tables/TBookToBookStore.java | 10 ++-- .../generatedclasses/tables/T_658Ref.java | 26 +++++----- .../tables/XTestCase_64_69.java | 6 +-- .../generatedclasses/tables/XTestCase_71.java | 6 +-- .../generatedclasses/tables/XTestCase_85.java | 10 ++-- .../generatedclasses/tables/XUnused.java | 10 ++-- .../tables/records/TBookRecord.java | 34 ++++++------- .../records/TBookToBookStoreRecord.java | 26 +++++----- .../tables/records/T_658RefRecord.java | 50 +++++++++---------- .../tables/records/XTestCase_64_69Record.java | 10 ++-- .../tables/records/XTestCase_71Record.java | 14 +++--- .../tables/records/XTestCase_85Record.java | 22 ++++---- .../tables/records/XUnusedRecord.java | 22 ++++---- 15 files changed, 139 insertions(+), 139 deletions(-) diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java index acebbb7bfa..cd8458ac41 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/Tables.java @@ -11,27 +11,27 @@ package org.jooq.test.mysql2.generatedclasses; public final class Tables { /** - * The table test.t_639_numbers_table + * The table test2.t_639_numbers_table */ public static org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable T_639_NUMBERS_TABLE = org.jooq.test.mysql2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE; /** - * The table test.t_658_ref + * The table test2.t_658_ref */ public static org.jooq.test.mysql2.generatedclasses.tables.T_658Ref T_658_REF = org.jooq.test.mysql2.generatedclasses.tables.T_658Ref.T_658_REF; /** - * The table test.t_725_lob_test + * The table test2.t_725_lob_test */ public static org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest T_725_LOB_TEST = org.jooq.test.mysql2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST; /** - * The table test.t_785 + * The table test2.t_785 */ public static org.jooq.test.mysql2.generatedclasses.tables.T_785 T_785 = org.jooq.test.mysql2.generatedclasses.tables.T_785.T_785; /** - * The table test.t_959 + * The table test2.t_959 */ public static org.jooq.test.mysql2.generatedclasses.tables.T_959 T_959 = org.jooq.test.mysql2.generatedclasses.tables.T_959.T_959; @@ -56,22 +56,22 @@ public final class Tables { public static org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore T_BOOK_TO_BOOK_STORE = org.jooq.test.mysql2.generatedclasses.tables.TBookToBookStore.T_BOOK_TO_BOOK_STORE; /** - * The table test.t_booleans + * The table test2.t_booleans */ public static org.jooq.test.mysql2.generatedclasses.tables.TBooleans T_BOOLEANS = org.jooq.test.mysql2.generatedclasses.tables.TBooleans.T_BOOLEANS; /** - * The table test.t_identity_pk + * The table test2.t_identity_pk */ public static org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk T_IDENTITY_PK = org.jooq.test.mysql2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK; /** - * The table test.t_triggers + * The table test2.t_triggers */ public static org.jooq.test.mysql2.generatedclasses.tables.TTriggers T_TRIGGERS = org.jooq.test.mysql2.generatedclasses.tables.TTriggers.T_TRIGGERS; /** - * The table test.t_unsigned + * The table test2.t_unsigned */ public static org.jooq.test.mysql2.generatedclasses.tables.TUnsigned T_UNSIGNED = org.jooq.test.mysql2.generatedclasses.tables.TUnsigned.T_UNSIGNED; diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java index 8e1404cee9..4477b54c52 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBook.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class TBook extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 85880556; + private static final long serialVersionUID = -962239126; /** * The singleton instance of t_book @@ -41,8 +41,8 @@ public class TBook extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.t_book.AUTHOR_ID]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.AUTHOR_ID]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public final org.jooq.TableField AUTHOR_ID = createField("AUTHOR_ID", org.jooq.impl.SQLDataType.INTEGER, this); @@ -51,8 +51,8 @@ public class TBook extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.t_book.co_author_id]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.co_author_id]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public final org.jooq.TableField CO_AUTHOR_ID = createField("co_author_id", org.jooq.impl.SQLDataType.INTEGER, this); @@ -76,8 +76,8 @@ public class TBook extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.t_book.LANGUAGE_ID]
-	 * REFERENCES t_language [test.t_language.ID]
+	 * FOREIGN KEY [test2.t_book.LANGUAGE_ID]
+	 * REFERENCES t_language [test2.t_language.ID]
 	 * 
*/ public final org.jooq.TableField LANGUAGE_ID = createField("LANGUAGE_ID", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.TLanguage.class), this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java index ebc20de82b..00e9c27da8 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/TBookToBookStore.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1952103321; + private static final long serialVersionUID = -1567300673; /** * The singleton instance of t_book_to_book_store @@ -36,8 +36,8 @@ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_store_name]
-	 * REFERENCES t_book_store [test.t_book_store.name]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_store_name]
+	 * REFERENCES t_book_store [test2.t_book_store.name]
 	 * 
*/ public final org.jooq.TableField BOOK_STORE_NAME = createField("book_store_name", org.jooq.impl.SQLDataType.VARCHAR, this); @@ -48,8 +48,8 @@ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_id]
-	 * REFERENCES t_book [test.t_book.ID]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_id]
+	 * REFERENCES t_book [test2.t_book.ID]
 	 * 
*/ public final org.jooq.TableField BOOK_ID = createField("book_id", org.jooq.impl.SQLDataType.INTEGER, this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_658Ref.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_658Ref.java index aab58d5f40..4ce9748054 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_658Ref.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/T_658Ref.java @@ -8,7 +8,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class T_658Ref extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 2038134252; + private static final long serialVersionUID = -650822164; /** * The singleton instance of t_658_ref @@ -32,8 +32,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_11]
-	 * REFERENCES t_658_11 [test.t_658_11.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_11]
+	 * REFERENCES t_658_11 [test2.t_658_11.id]
 	 * 
*/ public final org.jooq.TableField REF_11 = createField("ref_11", org.jooq.impl.SQLDataType.CHAR.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_11.class), this); @@ -42,8 +42,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_21]
-	 * REFERENCES t_658_21 [test.t_658_21.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_21]
+	 * REFERENCES t_658_21 [test2.t_658_21.id]
 	 * 
*/ public final org.jooq.TableField REF_21 = createField("ref_21", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_21.class), this); @@ -52,8 +52,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_31]
-	 * REFERENCES t_658_31 [test.t_658_31.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_31]
+	 * REFERENCES t_658_31 [test2.t_658_31.id]
 	 * 
*/ public final org.jooq.TableField REF_31 = createField("ref_31", org.jooq.impl.SQLDataType.BIGINT.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_31.class), this); @@ -62,8 +62,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_12]
-	 * REFERENCES t_658_12 [test.t_658_12.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_12]
+	 * REFERENCES t_658_12 [test2.t_658_12.id]
 	 * 
*/ public final org.jooq.TableField REF_12 = createField("ref_12", org.jooq.impl.SQLDataType.CHAR.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_12.class), this); @@ -72,8 +72,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_22]
-	 * REFERENCES t_658_22 [test.t_658_22.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_22]
+	 * REFERENCES t_658_22 [test2.t_658_22.id]
 	 * 
*/ public final org.jooq.TableField REF_22 = createField("ref_22", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_22.class), this); @@ -82,8 +82,8 @@ public class T_658Ref extends org.jooq.impl.TableImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_32]
-	 * REFERENCES t_658_32 [test.t_658_32.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_32]
+	 * REFERENCES t_658_32 [test2.t_658_32.id]
 	 * 
*/ public final org.jooq.TableField REF_32 = createField("ref_32", org.jooq.impl.SQLDataType.BIGINT.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_32.class), this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java index d576dd2c41..e3f44aeaf8 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_64_69.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class XTestCase_64_69 extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1950580142; + private static final long serialVersionUID = 1939677200; /** * The singleton instance of x_test_case_64_69 @@ -41,8 +41,8 @@ public class XTestCase_64_69 extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_test_case_64_69.UNUSED_ID]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_64_69.UNUSED_ID]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public final org.jooq.TableField UNUSED_ID = createField("UNUSED_ID", org.jooq.impl.SQLDataType.INTEGER, this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java index bbe4f257df..da2f76744a 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_71.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class XTestCase_71 extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1268493010; + private static final long serialVersionUID = -1333908656; /** * The singleton instance of x_test_case_71 @@ -41,8 +41,8 @@ public class XTestCase_71 extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_test_case_71.TEST_CASE_64_69_ID]
-	 * REFERENCES x_test_case_64_69 [test.x_test_case_64_69.ID]
+	 * FOREIGN KEY [test2.x_test_case_71.TEST_CASE_64_69_ID]
+	 * REFERENCES x_test_case_64_69 [test2.x_test_case_64_69.ID]
 	 * 
*/ public final org.jooq.TableField TEST_CASE_64_69_ID = createField("TEST_CASE_64_69_ID", org.jooq.impl.SQLDataType.INTEGER, this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java index a794e6b334..a78ac6ade3 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XTestCase_85.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -758099303; + private static final long serialVersionUID = 547993197; /** * The singleton instance of x_test_case_85 @@ -41,8 +41,8 @@ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public final org.jooq.TableField X_UNUSED_ID = createField("x_unused_id", org.jooq.impl.SQLDataType.INTEGER, this); @@ -51,8 +51,8 @@ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public final org.jooq.TableField X_UNUSED_NAME = createField("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR, this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java index e74bcf93d7..8ebc24d049 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/XUnused.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables; */ public class XUnused extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1861148196; + private static final long serialVersionUID = 201717468; /** * The singleton instance of x_unused @@ -53,8 +53,8 @@ public class XUnused extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public final org.jooq.TableField ID_REF = createField("ID_REF", org.jooq.impl.SQLDataType.INTEGER, this); @@ -63,8 +63,8 @@ public class XUnused extends org.jooq.impl.UpdatableTableImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public final org.jooq.TableField NAME_REF = createField("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR, this); diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java index b2096a1598..9e041fe7bd 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookRecord.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = -1515027671; + private static final long serialVersionUID = 118154063; /** * The book ID @@ -46,8 +46,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.AUTHOR_ID]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.AUTHOR_ID]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public void setAuthorId(java.lang.Integer value) { @@ -58,8 +58,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.AUTHOR_ID]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.AUTHOR_ID]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public java.lang.Integer getAuthorId() { @@ -70,8 +70,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.AUTHOR_ID]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.AUTHOR_ID]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.TAuthorRecord fetchTAuthorByAuthorId() { @@ -85,8 +85,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.co_author_id]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.co_author_id]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public void setCoAuthorId(java.lang.Integer value) { @@ -97,8 +97,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.co_author_id]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.co_author_id]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public java.lang.Integer getCoAuthorId() { @@ -109,8 +109,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.co_author_id]
-	 * REFERENCES t_author [test.t_author.ID]
+	 * FOREIGN KEY [test2.t_book.co_author_id]
+	 * REFERENCES t_author [test2.t_author.ID]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.TAuthorRecord fetchTAuthorByCoAuthorId() { @@ -166,8 +166,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.LANGUAGE_ID]
-	 * REFERENCES t_language [test.t_language.ID]
+	 * FOREIGN KEY [test2.t_book.LANGUAGE_ID]
+	 * REFERENCES t_language [test2.t_language.ID]
 	 * 
*/ public void setLanguageId(org.jooq.test.mysql2.generatedclasses.enums.TLanguage value) { @@ -178,8 +178,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book.LANGUAGE_ID]
-	 * REFERENCES t_language [test.t_language.ID]
+	 * FOREIGN KEY [test2.t_book.LANGUAGE_ID]
+	 * REFERENCES t_language [test2.t_language.ID]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.TLanguage getLanguageId() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java index af9a5e65ff..fd6824c373 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/TBookToBookStoreRecord.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = -1567516542; + private static final long serialVersionUID = -519812462; /** * The book store name @@ -18,8 +18,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_store_name]
-	 * REFERENCES t_book_store [test.t_book_store.name]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_store_name]
+	 * REFERENCES t_book_store [test2.t_book_store.name]
 	 * 
*/ public void setBookStoreName(java.lang.String value) { @@ -32,8 +32,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_store_name]
-	 * REFERENCES t_book_store [test.t_book_store.name]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_store_name]
+	 * REFERENCES t_book_store [test2.t_book_store.name]
 	 * 
*/ public java.lang.String getBookStoreName() { @@ -46,8 +46,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_store_name]
-	 * REFERENCES t_book_store [test.t_book_store.name]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_store_name]
+	 * REFERENCES t_book_store [test2.t_book_store.name]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.TBookStoreRecord fetchTBookStore() { @@ -63,8 +63,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_id]
-	 * REFERENCES t_book [test.t_book.ID]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_id]
+	 * REFERENCES t_book [test2.t_book.ID]
 	 * 
*/ public void setBookId(java.lang.Integer value) { @@ -77,8 +77,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_id]
-	 * REFERENCES t_book [test.t_book.ID]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_id]
+	 * REFERENCES t_book [test2.t_book.ID]
 	 * 
*/ public java.lang.Integer getBookId() { @@ -91,8 +91,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.t_book_to_book_store.book_id]
-	 * REFERENCES t_book [test.t_book.ID]
+	 * FOREIGN KEY [test2.t_book_to_book_store.book_id]
+	 * REFERENCES t_book [test2.t_book.ID]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord fetchTBook() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_658RefRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_658RefRecord.java index 378357ba79..077d5b58e7 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_658RefRecord.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/T_658RefRecord.java @@ -8,14 +8,14 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl { - private static final long serialVersionUID = 774402482; + private static final long serialVersionUID = 662432946; /** * An uncommented item *

*

-	 * FOREIGN KEY [test.t_658_ref.ref_11]
-	 * REFERENCES t_658_11 [test.t_658_11.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_11]
+	 * REFERENCES t_658_11 [test2.t_658_11.id]
 	 * 
*/ public void setRef_11(org.jooq.test.mysql2.generatedclasses.enums.T_658_11 value) { @@ -26,8 +26,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_11]
-	 * REFERENCES t_658_11 [test.t_658_11.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_11]
+	 * REFERENCES t_658_11 [test2.t_658_11.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_11 getRef_11() { @@ -38,8 +38,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_21]
-	 * REFERENCES t_658_21 [test.t_658_21.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_21]
+	 * REFERENCES t_658_21 [test2.t_658_21.id]
 	 * 
*/ public void setRef_21(org.jooq.test.mysql2.generatedclasses.enums.T_658_21 value) { @@ -50,8 +50,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_21]
-	 * REFERENCES t_658_21 [test.t_658_21.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_21]
+	 * REFERENCES t_658_21 [test2.t_658_21.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_21 getRef_21() { @@ -62,8 +62,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_31]
-	 * REFERENCES t_658_31 [test.t_658_31.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_31]
+	 * REFERENCES t_658_31 [test2.t_658_31.id]
 	 * 
*/ public void setRef_31(org.jooq.test.mysql2.generatedclasses.enums.T_658_31 value) { @@ -74,8 +74,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_31]
-	 * REFERENCES t_658_31 [test.t_658_31.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_31]
+	 * REFERENCES t_658_31 [test2.t_658_31.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_31 getRef_31() { @@ -86,8 +86,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_12]
-	 * REFERENCES t_658_12 [test.t_658_12.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_12]
+	 * REFERENCES t_658_12 [test2.t_658_12.id]
 	 * 
*/ public void setRef_12(org.jooq.test.mysql2.generatedclasses.enums.T_658_12 value) { @@ -98,8 +98,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_12]
-	 * REFERENCES t_658_12 [test.t_658_12.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_12]
+	 * REFERENCES t_658_12 [test2.t_658_12.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_12 getRef_12() { @@ -110,8 +110,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_22]
-	 * REFERENCES t_658_22 [test.t_658_22.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_22]
+	 * REFERENCES t_658_22 [test2.t_658_22.id]
 	 * 
*/ public void setRef_22(org.jooq.test.mysql2.generatedclasses.enums.T_658_22 value) { @@ -122,8 +122,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_22]
-	 * REFERENCES t_658_22 [test.t_658_22.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_22]
+	 * REFERENCES t_658_22 [test2.t_658_22.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_22 getRef_22() { @@ -134,8 +134,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_32]
-	 * REFERENCES t_658_32 [test.t_658_32.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_32]
+	 * REFERENCES t_658_32 [test2.t_658_32.id]
 	 * 
*/ public void setRef_32(org.jooq.test.mysql2.generatedclasses.enums.T_658_32 value) { @@ -146,8 +146,8 @@ public class T_658RefRecord extends org.jooq.impl.TableRecordImpl *
-	 * FOREIGN KEY [test.t_658_ref.ref_32]
-	 * REFERENCES t_658_32 [test.t_658_32.id]
+	 * FOREIGN KEY [test2.t_658_ref.ref_32]
+	 * REFERENCES t_658_32 [test2.t_658_32.id]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.enums.T_658_32 getRef_32() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java index 3e51912011..f527c95499 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_64_69Record.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = -105812810; + private static final long serialVersionUID = -1302444896; /** * An uncommented item @@ -46,8 +46,8 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_64_69.UNUSED_ID]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_64_69.UNUSED_ID]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public void setUnusedId(java.lang.Integer value) { @@ -58,8 +58,8 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_64_69.UNUSED_ID]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_64_69.UNUSED_ID]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public java.lang.Integer getUnusedId() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java index c5e3d48ddb..b7af1a63c1 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_71Record.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = 769996973; + private static final long serialVersionUID = -915251641; /** * An uncommented item @@ -34,8 +34,8 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_71.TEST_CASE_64_69_ID]
-	 * REFERENCES x_test_case_64_69 [test.x_test_case_64_69.ID]
+	 * FOREIGN KEY [test2.x_test_case_71.TEST_CASE_64_69_ID]
+	 * REFERENCES x_test_case_64_69 [test2.x_test_case_64_69.ID]
 	 * 
*/ public void setTestCase_64_69Id(java.lang.Integer value) { @@ -46,8 +46,8 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_71.TEST_CASE_64_69_ID]
-	 * REFERENCES x_test_case_64_69 [test.x_test_case_64_69.ID]
+	 * FOREIGN KEY [test2.x_test_case_71.TEST_CASE_64_69_ID]
+	 * REFERENCES x_test_case_64_69 [test2.x_test_case_64_69.ID]
 	 * 
*/ public java.lang.Integer getTestCase_64_69Id() { @@ -58,8 +58,8 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_71.TEST_CASE_64_69_ID]
-	 * REFERENCES x_test_case_64_69 [test.x_test_case_64_69.ID]
+	 * FOREIGN KEY [test2.x_test_case_71.TEST_CASE_64_69_ID]
+	 * REFERENCES x_test_case_64_69 [test2.x_test_case_64_69.ID]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record fetchXTestCase_64_69() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java index 54ca60a16b..3d7d73c244 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XTestCase_85Record.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = -2120504064; + private static final long serialVersionUID = -1324001790; /** * An uncommented item @@ -34,8 +34,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public void setXUnusedId(java.lang.Integer value) { @@ -46,8 +46,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public java.lang.Integer getXUnusedId() { @@ -58,8 +58,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord fetchXUnused() { @@ -74,8 +74,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public void setXUnusedName(java.lang.String value) { @@ -86,8 +86,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_test_case_85.x_unused_id, test.x_test_case_85.x_unused_name]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_test_case_85.x_unused_id, test2.x_test_case_85.x_unused_name]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public java.lang.String getXUnusedName() { diff --git a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java index 745d98d8bb..6e09c47c6b 100644 --- a/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java +++ b/jOOQ-test/src/org/jooq/test/mysql2/generatedclasses/tables/records/XUnusedRecord.java @@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records; */ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = -68789060; + private static final long serialVersionUID = -521489292; /** * An uncommented item @@ -92,8 +92,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public void setIdRef(java.lang.Integer value) { @@ -104,8 +104,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public java.lang.Integer getIdRef() { @@ -116,8 +116,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord fetchXUnused() { @@ -132,8 +132,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public void setNameRef(java.lang.String value) { @@ -144,8 +144,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl *
-	 * FOREIGN KEY [test.x_unused.ID_REF, test.x_unused.NAME_REF]
-	 * REFERENCES x_unused [test.x_unused.ID, test.x_unused.NAME]
+	 * FOREIGN KEY [test2.x_unused.ID_REF, test2.x_unused.NAME_REF]
+	 * REFERENCES x_unused [test2.x_unused.ID, test2.x_unused.NAME]
 	 * 
*/ public java.lang.String getNameRef() {