[#1135] Generated Javadoc references inputSchema instead of outputSchema
This commit is contained in:
parent
5f68d70aa7
commit
0e78e5767e
@ -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;
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class TBook extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord> {
|
||||
|
||||
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<org.jooq.test.mysql2
|
||||
* The author ID in entity 'author'
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord, java.lang.Integer> AUTHOR_ID = createField("AUTHOR_ID", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
@ -51,8 +51,8 @@ public class TBook extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord, java.lang.Integer> 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<org.jooq.test.mysql2
|
||||
* The language of the book
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord, org.jooq.test.mysql2.generatedclasses.enums.TLanguage> LANGUAGE_ID = createField("LANGUAGE_ID", org.jooq.impl.SQLDataType.INTEGER.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.TLanguage.class), this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.TBookToBookStoreRecord> {
|
||||
|
||||
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<org.jooq.
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.String> 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<org.jooq.
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.TBookToBookStoreRecord, java.lang.Integer> BOOK_ID = createField("book_id", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
@ -8,7 +8,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class T_658Ref extends org.jooq.impl.TableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord> {
|
||||
|
||||
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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_11> 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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_21> 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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_31> 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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_12> 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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_22> 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<org.jooq.test.mysql2.gener
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord, org.jooq.test.mysql2.generatedclasses.enums.T_658_32> REF_32 = createField("ref_32", org.jooq.impl.SQLDataType.BIGINT.asMasterDataType(org.jooq.test.mysql2.generatedclasses.enums.T_658_32.class), this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class XTestCase_64_69 extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record> {
|
||||
|
||||
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<org.jooq.t
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record, java.lang.Integer> UNUSED_ID = createField("UNUSED_ID", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class XTestCase_71 extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_71Record> {
|
||||
|
||||
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<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_71Record, java.lang.Integer> TEST_CASE_64_69_ID = createField("TEST_CASE_64_69_ID", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_85Record> {
|
||||
|
||||
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<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_85Record, java.lang.Integer> 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<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_85Record, java.lang.String> X_UNUSED_NAME = createField("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables;
|
||||
*/
|
||||
public class XUnused extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord> {
|
||||
|
||||
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<org.jooq.test.mysq
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord, java.lang.Integer> ID_REF = createField("ID_REF", org.jooq.impl.SQLDataType.INTEGER, this);
|
||||
@ -63,8 +63,8 @@ public class XUnused extends org.jooq.impl.UpdatableTableImpl<org.jooq.test.mysq
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public final org.jooq.TableField<org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord, java.lang.String> NAME_REF = createField("NAME_REF", org.jooq.impl.SQLDataType.VARCHAR, this);
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord> {
|
||||
|
||||
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<org.jooq.test
|
||||
* The author ID in entity 'author'
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setAuthorId(java.lang.Integer value) {
|
||||
@ -58,8 +58,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* The author ID in entity 'author'
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getAuthorId() {
|
||||
@ -70,8 +70,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* The author ID in entity 'author'
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.TAuthorRecord fetchTAuthorByAuthorId() {
|
||||
@ -85,8 +85,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setCoAuthorId(java.lang.Integer value) {
|
||||
@ -97,8 +97,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getCoAuthorId() {
|
||||
@ -109,8 +109,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.TAuthorRecord fetchTAuthorByCoAuthorId() {
|
||||
@ -166,8 +166,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* The language of the book
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setLanguageId(org.jooq.test.mysql2.generatedclasses.enums.TLanguage value) {
|
||||
@ -178,8 +178,8 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test
|
||||
* The language of the book
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.enums.TLanguage getLanguageId() {
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.TBookToBookStoreRecord> {
|
||||
|
||||
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<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setBookStoreName(java.lang.String value) {
|
||||
@ -32,8 +32,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.String getBookStoreName() {
|
||||
@ -46,8 +46,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.TBookStoreRecord fetchTBookStore() {
|
||||
@ -63,8 +63,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setBookId(java.lang.Integer value) {
|
||||
@ -77,8 +77,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getBookId() {
|
||||
@ -91,8 +91,8 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<or
|
||||
* PRIMARY KEY
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.TBookRecord fetchTBook() {
|
||||
|
||||
@ -8,14 +8,14 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class T_658RefRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.T_658RefRecord> {
|
||||
|
||||
private static final long serialVersionUID = 774402482;
|
||||
private static final long serialVersionUID = 662432946;
|
||||
|
||||
/**
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
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<org.jooq.test.
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.enums.T_658_32 getRef_32() {
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record> {
|
||||
|
||||
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<org
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setUnusedId(java.lang.Integer value) {
|
||||
@ -58,8 +58,8 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl<org
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getUnusedId() {
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_71Record> {
|
||||
|
||||
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<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setTestCase_64_69Id(java.lang.Integer value) {
|
||||
@ -46,8 +46,8 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getTestCase_64_69Id() {
|
||||
@ -58,8 +58,8 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_64_69Record fetchXTestCase_64_69() {
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XTestCase_85Record> {
|
||||
|
||||
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<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setXUnusedId(java.lang.Integer value) {
|
||||
@ -46,8 +46,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getXUnusedId() {
|
||||
@ -58,8 +58,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord fetchXUnused() {
|
||||
@ -74,8 +74,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setXUnusedName(java.lang.String value) {
|
||||
@ -86,8 +86,8 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl<org.jo
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.String getXUnusedName() {
|
||||
|
||||
@ -10,7 +10,7 @@ package org.jooq.test.mysql2.generatedclasses.tables.records;
|
||||
*/
|
||||
public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord> {
|
||||
|
||||
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<org.jooq.te
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setIdRef(java.lang.Integer value) {
|
||||
@ -104,8 +104,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.te
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.Integer getIdRef() {
|
||||
@ -116,8 +116,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.te
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public org.jooq.test.mysql2.generatedclasses.tables.records.XUnusedRecord fetchXUnused() {
|
||||
@ -132,8 +132,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.te
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public void setNameRef(java.lang.String value) {
|
||||
@ -144,8 +144,8 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl<org.jooq.te
|
||||
* An uncommented item
|
||||
* <p>
|
||||
* <code><pre>
|
||||
* 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]
|
||||
* </pre></code>
|
||||
*/
|
||||
public java.lang.String getNameRef() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user