[#3370] Allow for overriding the class Javadocs for generated objects - Regenerated schema
This commit is contained in:
parent
512be5b236
commit
09e3affa68
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_ARRAYS.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TArrays implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITArrays {
|
||||
|
||||
private static final long serialVersionUID = 2077101710;
|
||||
private static final long serialVersionUID = 40730235;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Object[] stringArray;
|
||||
@ -97,4 +97,6 @@ public class TArrays implements org.jooq.test.h2.generatedclasses.tables.interfa
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* This is a POJO for table T_AUTHOR.
|
||||
* <p>
|
||||
* An entity holding authors of books
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TAuthor implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITAuthor {
|
||||
|
||||
private static final long serialVersionUID = -683728224;
|
||||
private static final long serialVersionUID = -1952673238;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String firstName;
|
||||
@ -129,4 +129,6 @@ public class TAuthor implements org.jooq.test.h2.generatedclasses.tables.interfa
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* This is a POJO for table T_BOOK.
|
||||
* <p>
|
||||
* An entity holding books
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBook implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITBook {
|
||||
|
||||
private static final long serialVersionUID = 1712806940;
|
||||
private static final long serialVersionUID = -1699160376;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer authorId;
|
||||
@ -204,4 +204,6 @@ public class TBook implements org.jooq.test.h2.generatedclasses.tables.interface
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* This is a POJO for table T_BOOK_STORE.
|
||||
* <p>
|
||||
* A book store
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookStore implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITBookStore {
|
||||
|
||||
private static final long serialVersionUID = 1165685793;
|
||||
private static final long serialVersionUID = -999217589;
|
||||
|
||||
private java.lang.String name;
|
||||
|
||||
@ -54,4 +54,6 @@ public class TBookStore implements org.jooq.test.h2.generatedclasses.tables.inte
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* This is a POJO for table T_BOOK_TO_BOOK_STORE.
|
||||
* <p>
|
||||
* An m:n relation between books and book stores
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBookToBookStore implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITBookToBookStore {
|
||||
|
||||
private static final long serialVersionUID = -1476911446;
|
||||
private static final long serialVersionUID = 1771342944;
|
||||
|
||||
private java.lang.String bookStoreName;
|
||||
private java.lang.Integer bookId;
|
||||
@ -84,4 +84,6 @@ public class TBookToBookStore implements org.jooq.test.h2.generatedclasses.table
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_BOOLEANS.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TBooleans implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITBooleans {
|
||||
|
||||
private static final long serialVersionUID = 1738553281;
|
||||
private static final long serialVersionUID = -691255563;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private org.jooq.test.all.converters.Boolean_10 oneZero;
|
||||
@ -202,4 +202,6 @@ public class TBooleans implements org.jooq.test.h2.generatedclasses.tables.inter
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_DATES.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TDates implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITDates {
|
||||
|
||||
private static final long serialVersionUID = 2126005928;
|
||||
private static final long serialVersionUID = 1322645272;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.sql.Date d;
|
||||
@ -127,4 +127,6 @@ public class TDates implements org.jooq.test.h2.generatedclasses.tables.interfac
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_EXOTIC_TYPES.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TExoticTypes implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITExoticTypes {
|
||||
|
||||
private static final long serialVersionUID = 851615592;
|
||||
private static final long serialVersionUID = -1746317593;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.util.UUID uu;
|
||||
@ -67,4 +67,6 @@ public class TExoticTypes implements org.jooq.test.h2.generatedclasses.tables.in
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_IDENTITY.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentity implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITIdentity {
|
||||
|
||||
private static final long serialVersionUID = 512873796;
|
||||
private static final long serialVersionUID = -816266187;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer val;
|
||||
@ -67,4 +67,6 @@ public class TIdentity implements org.jooq.test.h2.generatedclasses.tables.inter
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_IDENTITY_PK.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TIdentityPk implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITIdentityPk {
|
||||
|
||||
private static final long serialVersionUID = 1798984048;
|
||||
private static final long serialVersionUID = 2015575063;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer val;
|
||||
@ -67,4 +67,6 @@ public class TIdentityPk implements org.jooq.test.h2.generatedclasses.tables.int
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,14 +4,14 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* This is a POJO for table T_LANGUAGE.
|
||||
* <p>
|
||||
* An entity holding language master data
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TLanguage implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITLanguage {
|
||||
|
||||
private static final long serialVersionUID = -2143015187;
|
||||
private static final long serialVersionUID = 183112394;
|
||||
|
||||
private java.lang.String cd;
|
||||
private java.lang.String description;
|
||||
@ -99,4 +99,6 @@ public class TLanguage implements org.jooq.test.h2.generatedclasses.tables.inter
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_TRIGGERS.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TTriggers implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITTriggers {
|
||||
|
||||
private static final long serialVersionUID = 2109438175;
|
||||
private static final long serialVersionUID = 1770300003;
|
||||
|
||||
private java.lang.Integer idGenerated;
|
||||
private java.lang.Integer id;
|
||||
@ -82,4 +82,6 @@ public class TTriggers implements org.jooq.test.h2.generatedclasses.tables.inter
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_UNSIGNED.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class TUnsigned implements org.jooq.test.h2.generatedclasses.tables.interfaces.ITUnsigned {
|
||||
|
||||
private static final long serialVersionUID = 715634730;
|
||||
private static final long serialVersionUID = 1786912658;
|
||||
|
||||
private org.jooq.types.UByte uByte;
|
||||
private org.jooq.types.UShort uShort;
|
||||
@ -97,4 +97,6 @@ public class TUnsigned implements org.jooq.test.h2.generatedclasses.tables.inter
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_2327_UK_ONLY.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_2327UkOnly implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_2327UkOnly {
|
||||
|
||||
private static final long serialVersionUID = 47382589;
|
||||
private static final long serialVersionUID = 472642796;
|
||||
|
||||
private java.lang.Integer id;
|
||||
|
||||
@ -52,4 +52,6 @@ public class T_2327UkOnly implements org.jooq.test.h2.generatedclasses.tables.in
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_2698.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_2698 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_2698 {
|
||||
|
||||
private static final long serialVersionUID = 1914413240;
|
||||
private static final long serialVersionUID = -660421362;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer xx;
|
||||
@ -82,4 +82,6 @@ public class T_2698 implements org.jooq.test.h2.generatedclasses.tables.interfac
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_2718.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_2718 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_2718 {
|
||||
|
||||
private static final long serialVersionUID = -319635166;
|
||||
private static final long serialVersionUID = 888869633;
|
||||
|
||||
private java.lang.Integer excludeMe;
|
||||
private java.lang.Integer xx;
|
||||
@ -67,4 +67,6 @@ public class T_2718 implements org.jooq.test.h2.generatedclasses.tables.interfac
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_639_NUMBERS_TABLE.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_639NumbersTable implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_639NumbersTable {
|
||||
|
||||
private static final long serialVersionUID = -247772819;
|
||||
private static final long serialVersionUID = 1288586302;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Byte byte_;
|
||||
@ -232,4 +232,6 @@ public class T_639NumbersTable implements org.jooq.test.h2.generatedclasses.tabl
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_725_LOB_TEST.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_725LobTest implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_725LobTest {
|
||||
|
||||
private static final long serialVersionUID = 2053181974;
|
||||
private static final long serialVersionUID = 1189181472;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private byte[] lob;
|
||||
@ -67,4 +67,6 @@ public class T_725LobTest implements org.jooq.test.h2.generatedclasses.tables.in
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_785.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_785 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_785 {
|
||||
|
||||
private static final long serialVersionUID = -1805521315;
|
||||
private static final long serialVersionUID = 1113808880;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String name;
|
||||
@ -82,4 +82,6 @@ public class T_785 implements org.jooq.test.h2.generatedclasses.tables.interface
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table T_877.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class T_877 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IT_877 {
|
||||
|
||||
private static final long serialVersionUID = 1477257143;
|
||||
private static final long serialVersionUID = -1511465690;
|
||||
|
||||
private java.lang.Integer id;
|
||||
|
||||
@ -52,4 +52,6 @@ public class T_877 implements org.jooq.test.h2.generatedclasses.tables.interface
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table V_AUTHOR.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class VAuthor implements org.jooq.test.h2.generatedclasses.tables.interfaces.IVAuthor {
|
||||
|
||||
private static final long serialVersionUID = -319921540;
|
||||
private static final long serialVersionUID = 873972536;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String firstName;
|
||||
@ -127,4 +127,6 @@ public class VAuthor implements org.jooq.test.h2.generatedclasses.tables.interfa
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table V_BOOK.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class VBook implements org.jooq.test.h2.generatedclasses.tables.interfaces.IVBook {
|
||||
|
||||
private static final long serialVersionUID = -1039071113;
|
||||
private static final long serialVersionUID = -32739249;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer authorId;
|
||||
@ -202,4 +202,6 @@ public class VBook implements org.jooq.test.h2.generatedclasses.tables.interface
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table V_LIBRARY.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class VLibrary implements org.jooq.test.h2.generatedclasses.tables.interfaces.IVLibrary {
|
||||
|
||||
private static final long serialVersionUID = 495138482;
|
||||
private static final long serialVersionUID = 630382170;
|
||||
|
||||
private java.lang.String author;
|
||||
private java.lang.String title;
|
||||
@ -67,4 +67,6 @@ public class VLibrary implements org.jooq.test.h2.generatedclasses.tables.interf
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table V_2603.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class V_2603 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IV_2603 {
|
||||
|
||||
private static final long serialVersionUID = -411791640;
|
||||
private static final long serialVersionUID = 1178629408;
|
||||
|
||||
private java.lang.Integer col1;
|
||||
private java.lang.Integer col4;
|
||||
@ -67,4 +67,6 @@ public class V_2603 implements org.jooq.test.h2.generatedclasses.tables.interfac
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table V_3176.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class V_3176 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IV_3176 {
|
||||
|
||||
private static final long serialVersionUID = -1137046100;
|
||||
private static final long serialVersionUID = 860089818;
|
||||
|
||||
private java.lang.Integer col001;
|
||||
private java.lang.Integer col002;
|
||||
@ -3933,4 +3933,6 @@ public class V_3176 implements org.jooq.test.h2.generatedclasses.tables.interfac
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table X_TEST_CASE_2025.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class XTestCase_2025 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IXTestCase_2025 {
|
||||
|
||||
private static final long serialVersionUID = 251852374;
|
||||
private static final long serialVersionUID = -360124536;
|
||||
|
||||
private java.lang.Integer refId;
|
||||
private java.lang.String refName;
|
||||
@ -67,4 +67,6 @@ public class XTestCase_2025 implements org.jooq.test.h2.generatedclasses.tables.
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table X_TEST_CASE_64_69.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class XTestCase_64_69 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IXTestCase_64_69 {
|
||||
|
||||
private static final long serialVersionUID = 2111410570;
|
||||
private static final long serialVersionUID = 1809538171;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer unusedId;
|
||||
@ -67,4 +67,6 @@ public class XTestCase_64_69 implements org.jooq.test.h2.generatedclasses.tables
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table X_TEST_CASE_71.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class XTestCase_71 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IXTestCase_71 {
|
||||
|
||||
private static final long serialVersionUID = -1843560564;
|
||||
private static final long serialVersionUID = -56504873;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Short testCase_64_69Id;
|
||||
@ -67,4 +67,6 @@ public class XTestCase_71 implements org.jooq.test.h2.generatedclasses.tables.in
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table X_TEST_CASE_85.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class XTestCase_85 implements org.jooq.test.h2.generatedclasses.tables.interfaces.IXTestCase_85 {
|
||||
|
||||
private static final long serialVersionUID = 1383294326;
|
||||
private static final long serialVersionUID = 1461123492;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer xUnusedId;
|
||||
@ -82,4 +82,6 @@ public class XTestCase_85 implements org.jooq.test.h2.generatedclasses.tables.in
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table X_UNUSED.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class XUnused implements org.jooq.test.h2.generatedclasses.tables.interfaces.IXUnused {
|
||||
|
||||
private static final long serialVersionUID = -701522678;
|
||||
private static final long serialVersionUID = -226452209;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String name;
|
||||
@ -277,4 +277,6 @@ public class XUnused implements org.jooq.test.h2.generatedclasses.tables.interfa
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
* This is a POJO for table Ää.
|
||||
*/
|
||||
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Ää implements org.jooq.test.h2.generatedclasses.tables.interfaces.IÄä {
|
||||
|
||||
private static final long serialVersionUID = -943816812;
|
||||
private static final long serialVersionUID = -510508772;
|
||||
|
||||
private java.lang.Integer öö;
|
||||
|
||||
@ -52,4 +52,6 @@ public class Ää implements org.jooq.test.h2.generatedclasses.tables.interfaces
|
||||
into.from(this);
|
||||
return into;
|
||||
}
|
||||
|
||||
// Here, a toString() method could be generated
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user