Regenerated H2 database
This commit is contained in:
parent
e7ccbad907
commit
e264eaf6bb
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TArraysDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TArraysRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TArrays, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TArraysDao without any factory
|
||||
*/
|
||||
public TArraysDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TArrays.T_ARRAYS, org.jooq.test.h2.generatedclasses.tables.pojos.TArrays.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TArraysDao with an attached factory
|
||||
*/
|
||||
public TArraysDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TArrays.T_ARRAYS, org.jooq.test.h2.generatedclasses.tables.pojos.TArrays.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TArrays object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* An entity holding authors of books
|
||||
*/
|
||||
public class TAuthorDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TAuthorRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TAuthor, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TAuthorDao without any factory
|
||||
*/
|
||||
public TAuthorDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TAuthor.T_AUTHOR, org.jooq.test.h2.generatedclasses.tables.pojos.TAuthor.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TAuthorDao with an attached factory
|
||||
*/
|
||||
public TAuthorDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TAuthor.T_AUTHOR, org.jooq.test.h2.generatedclasses.tables.pojos.TAuthor.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TAuthor object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* An entity holding books
|
||||
*/
|
||||
public class TBookDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TBookRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TBook, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TBookDao without any factory
|
||||
*/
|
||||
public TBookDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.h2.generatedclasses.tables.pojos.TBook.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TBookDao with an attached factory
|
||||
*/
|
||||
public TBookDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBook.T_BOOK, org.jooq.test.h2.generatedclasses.tables.pojos.TBook.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TBook object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* A book store
|
||||
*/
|
||||
public class TBookStoreDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TBookStoreRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TBookStore, java.lang.String> {
|
||||
|
||||
/**
|
||||
* Create a new TBookStoreDao without any factory
|
||||
*/
|
||||
public TBookStoreDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBookStore.T_BOOK_STORE, org.jooq.test.h2.generatedclasses.tables.pojos.TBookStore.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TBookStoreDao with an attached factory
|
||||
*/
|
||||
public TBookStoreDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBookStore.T_BOOK_STORE, org.jooq.test.h2.generatedclasses.tables.pojos.TBookStore.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.String getId(org.jooq.test.h2.generatedclasses.tables.pojos.TBookStore object) {
|
||||
return object.getName();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TBooleansDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TBooleansRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TBooleans, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TBooleansDao without any factory
|
||||
*/
|
||||
public TBooleansDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBooleans.T_BOOLEANS, org.jooq.test.h2.generatedclasses.tables.pojos.TBooleans.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TBooleansDao with an attached factory
|
||||
*/
|
||||
public TBooleansDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TBooleans.T_BOOLEANS, org.jooq.test.h2.generatedclasses.tables.pojos.TBooleans.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TBooleans object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TDatesDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TDatesRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TDates, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TDatesDao without any factory
|
||||
*/
|
||||
public TDatesDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TDates.T_DATES, org.jooq.test.h2.generatedclasses.tables.pojos.TDates.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TDatesDao with an attached factory
|
||||
*/
|
||||
public TDatesDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TDates.T_DATES, org.jooq.test.h2.generatedclasses.tables.pojos.TDates.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TDates object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TIdentityPkDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TIdentityPkRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TIdentityPk, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TIdentityPkDao without any factory
|
||||
*/
|
||||
public TIdentityPkDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, org.jooq.test.h2.generatedclasses.tables.pojos.TIdentityPk.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TIdentityPkDao with an attached factory
|
||||
*/
|
||||
public TIdentityPkDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TIdentityPk.T_IDENTITY_PK, org.jooq.test.h2.generatedclasses.tables.pojos.TIdentityPk.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TIdentityPk object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TTriggersDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.TTriggersRecord, org.jooq.test.h2.generatedclasses.tables.pojos.TTriggers, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new TTriggersDao without any factory
|
||||
*/
|
||||
public TTriggersDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TTriggers.T_TRIGGERS, org.jooq.test.h2.generatedclasses.tables.pojos.TTriggers.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new TTriggersDao with an attached factory
|
||||
*/
|
||||
public TTriggersDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.TTriggers.T_TRIGGERS, org.jooq.test.h2.generatedclasses.tables.pojos.TTriggers.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.TTriggers object) {
|
||||
return object.getIdGenerated();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_639NumbersTableDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.T_639NumbersTableRecord, org.jooq.test.h2.generatedclasses.tables.pojos.T_639NumbersTable, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new T_639NumbersTableDao without any factory
|
||||
*/
|
||||
public T_639NumbersTableDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE, org.jooq.test.h2.generatedclasses.tables.pojos.T_639NumbersTable.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new T_639NumbersTableDao with an attached factory
|
||||
*/
|
||||
public T_639NumbersTableDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.T_639NumbersTable.T_639_NUMBERS_TABLE, org.jooq.test.h2.generatedclasses.tables.pojos.T_639NumbersTable.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.T_639NumbersTable object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_725LobTestDao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.T_725LobTestRecord, org.jooq.test.h2.generatedclasses.tables.pojos.T_725LobTest, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new T_725LobTestDao without any factory
|
||||
*/
|
||||
public T_725LobTestDao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST, org.jooq.test.h2.generatedclasses.tables.pojos.T_725LobTest.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new T_725LobTestDao with an attached factory
|
||||
*/
|
||||
public T_725LobTestDao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.T_725LobTest.T_725_LOB_TEST, org.jooq.test.h2.generatedclasses.tables.pojos.T_725LobTest.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.T_725LobTest object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_64_69Dao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.XTestCase_64_69Record, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_64_69, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_64_69Dao without any factory
|
||||
*/
|
||||
public XTestCase_64_69Dao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_64_69.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_64_69Dao with an attached factory
|
||||
*/
|
||||
public XTestCase_64_69Dao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_64_69.X_TEST_CASE_64_69, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_64_69.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_64_69 object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_71Dao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.XTestCase_71Record, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_71, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_71Dao without any factory
|
||||
*/
|
||||
public XTestCase_71Dao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_71.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_71Dao with an attached factory
|
||||
*/
|
||||
public XTestCase_71Dao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_71.X_TEST_CASE_71, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_71.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_71 object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.daos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_85Dao extends org.jooq.impl.DAOImpl<org.jooq.test.h2.generatedclasses.tables.records.XTestCase_85Record, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_85, java.lang.Integer> {
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_85Dao without any factory
|
||||
*/
|
||||
public XTestCase_85Dao() {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_85.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new XTestCase_85Dao with an attached factory
|
||||
*/
|
||||
public XTestCase_85Dao(org.jooq.impl.Factory factory) {
|
||||
super(org.jooq.test.h2.generatedclasses.tables.XTestCase_85.X_TEST_CASE_85, org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_85.class, factory);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected java.lang.Integer getId(org.jooq.test.h2.generatedclasses.tables.pojos.XTestCase_85 object) {
|
||||
return object.getId();
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TArrays implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1351899786;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Object[] stringArray;
|
||||
private java.lang.Object[] numberArray;
|
||||
private java.lang.Object[] dateArray;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Object[] getStringArray() {
|
||||
return this.stringArray;
|
||||
}
|
||||
|
||||
public void setStringArray(java.lang.Object[] stringArray) {
|
||||
this.stringArray = stringArray;
|
||||
}
|
||||
|
||||
public java.lang.Object[] getNumberArray() {
|
||||
return this.numberArray;
|
||||
}
|
||||
|
||||
public void setNumberArray(java.lang.Object[] numberArray) {
|
||||
this.numberArray = numberArray;
|
||||
}
|
||||
|
||||
public java.lang.Object[] getDateArray() {
|
||||
return this.dateArray;
|
||||
}
|
||||
|
||||
public void setDateArray(java.lang.Object[] dateArray) {
|
||||
this.dateArray = dateArray;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,69 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* An entity holding authors of books
|
||||
*/
|
||||
public class TAuthor implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1431884191;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String firstName;
|
||||
private java.lang.String lastName;
|
||||
private java.sql.Date dateOfBirth;
|
||||
private java.lang.Integer yearOfBirth;
|
||||
private java.lang.String address;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.String getFirstName() {
|
||||
return this.firstName;
|
||||
}
|
||||
|
||||
public void setFirstName(java.lang.String firstName) {
|
||||
this.firstName = firstName;
|
||||
}
|
||||
|
||||
public java.lang.String getLastName() {
|
||||
return this.lastName;
|
||||
}
|
||||
|
||||
public void setLastName(java.lang.String lastName) {
|
||||
this.lastName = lastName;
|
||||
}
|
||||
|
||||
public java.sql.Date getDateOfBirth() {
|
||||
return this.dateOfBirth;
|
||||
}
|
||||
|
||||
public void setDateOfBirth(java.sql.Date dateOfBirth) {
|
||||
this.dateOfBirth = dateOfBirth;
|
||||
}
|
||||
|
||||
public java.lang.Integer getYearOfBirth() {
|
||||
return this.yearOfBirth;
|
||||
}
|
||||
|
||||
public void setYearOfBirth(java.lang.Integer yearOfBirth) {
|
||||
this.yearOfBirth = yearOfBirth;
|
||||
}
|
||||
|
||||
public java.lang.String getAddress() {
|
||||
return this.address;
|
||||
}
|
||||
|
||||
public void setAddress(java.lang.String address) {
|
||||
this.address = address;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,96 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* An entity holding books
|
||||
*/
|
||||
public class TBook implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1465448700;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer authorId;
|
||||
private java.lang.Integer coAuthorId;
|
||||
private java.lang.Integer detailsId;
|
||||
private java.lang.String title;
|
||||
private java.lang.Integer publishedIn;
|
||||
private org.jooq.test.h2.generatedclasses.enums.TLanguage languageId;
|
||||
private java.lang.String contentText;
|
||||
private byte[] contentPdf;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getAuthorId() {
|
||||
return this.authorId;
|
||||
}
|
||||
|
||||
public void setAuthorId(java.lang.Integer authorId) {
|
||||
this.authorId = authorId;
|
||||
}
|
||||
|
||||
public java.lang.Integer getCoAuthorId() {
|
||||
return this.coAuthorId;
|
||||
}
|
||||
|
||||
public void setCoAuthorId(java.lang.Integer coAuthorId) {
|
||||
this.coAuthorId = coAuthorId;
|
||||
}
|
||||
|
||||
public java.lang.Integer getDetailsId() {
|
||||
return this.detailsId;
|
||||
}
|
||||
|
||||
public void setDetailsId(java.lang.Integer detailsId) {
|
||||
this.detailsId = detailsId;
|
||||
}
|
||||
|
||||
public java.lang.String getTitle() {
|
||||
return this.title;
|
||||
}
|
||||
|
||||
public void setTitle(java.lang.String title) {
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
public java.lang.Integer getPublishedIn() {
|
||||
return this.publishedIn;
|
||||
}
|
||||
|
||||
public void setPublishedIn(java.lang.Integer publishedIn) {
|
||||
this.publishedIn = publishedIn;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.TLanguage getLanguageId() {
|
||||
return this.languageId;
|
||||
}
|
||||
|
||||
public void setLanguageId(org.jooq.test.h2.generatedclasses.enums.TLanguage languageId) {
|
||||
this.languageId = languageId;
|
||||
}
|
||||
|
||||
public java.lang.String getContentText() {
|
||||
return this.contentText;
|
||||
}
|
||||
|
||||
public void setContentText(java.lang.String contentText) {
|
||||
this.contentText = contentText;
|
||||
}
|
||||
|
||||
public byte[] getContentPdf() {
|
||||
return this.contentPdf;
|
||||
}
|
||||
|
||||
public void setContentPdf(byte[] contentPdf) {
|
||||
this.contentPdf = contentPdf;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,24 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* A book store
|
||||
*/
|
||||
public class TBookStore implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1508892654;
|
||||
|
||||
private java.lang.String name;
|
||||
|
||||
public java.lang.String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
public void setName(java.lang.String name) {
|
||||
this.name = name;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,42 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*
|
||||
* An m:n relation between books and book stores
|
||||
*/
|
||||
public class TBookToBookStore implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 120158431;
|
||||
|
||||
private java.lang.String bookStoreName;
|
||||
private java.lang.Integer bookId;
|
||||
private java.lang.Integer stock;
|
||||
|
||||
public java.lang.String getBookStoreName() {
|
||||
return this.bookStoreName;
|
||||
}
|
||||
|
||||
public void setBookStoreName(java.lang.String bookStoreName) {
|
||||
this.bookStoreName = bookStoreName;
|
||||
}
|
||||
|
||||
public java.lang.Integer getBookId() {
|
||||
return this.bookId;
|
||||
}
|
||||
|
||||
public void setBookId(java.lang.Integer bookId) {
|
||||
this.bookId = bookId;
|
||||
}
|
||||
|
||||
public java.lang.Integer getStock() {
|
||||
return this.stock;
|
||||
}
|
||||
|
||||
public void setStock(java.lang.Integer stock) {
|
||||
this.stock = stock;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,112 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TBooleans implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1297994386;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private org.jooq.test._.converters.Boolean_10 oneZero;
|
||||
private org.jooq.test._.converters.Boolean_TF_LC trueFalseLc;
|
||||
private org.jooq.test._.converters.Boolean_TF_UC trueFalseUc;
|
||||
private org.jooq.test._.converters.Boolean_YES_NO_LC yesNoLc;
|
||||
private org.jooq.test._.converters.Boolean_YES_NO_UC yesNoUc;
|
||||
private org.jooq.test._.converters.Boolean_YN_LC yNLc;
|
||||
private org.jooq.test._.converters.Boolean_YN_UC yNUc;
|
||||
private java.lang.Boolean vcBoolean;
|
||||
private java.lang.Boolean cBoolean;
|
||||
private java.lang.Boolean nBoolean;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_10 getOneZero() {
|
||||
return this.oneZero;
|
||||
}
|
||||
|
||||
public void setOneZero(org.jooq.test._.converters.Boolean_10 oneZero) {
|
||||
this.oneZero = oneZero;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_TF_LC getTrueFalseLc() {
|
||||
return this.trueFalseLc;
|
||||
}
|
||||
|
||||
public void setTrueFalseLc(org.jooq.test._.converters.Boolean_TF_LC trueFalseLc) {
|
||||
this.trueFalseLc = trueFalseLc;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_TF_UC getTrueFalseUc() {
|
||||
return this.trueFalseUc;
|
||||
}
|
||||
|
||||
public void setTrueFalseUc(org.jooq.test._.converters.Boolean_TF_UC trueFalseUc) {
|
||||
this.trueFalseUc = trueFalseUc;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_YES_NO_LC getYesNoLc() {
|
||||
return this.yesNoLc;
|
||||
}
|
||||
|
||||
public void setYesNoLc(org.jooq.test._.converters.Boolean_YES_NO_LC yesNoLc) {
|
||||
this.yesNoLc = yesNoLc;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_YES_NO_UC getYesNoUc() {
|
||||
return this.yesNoUc;
|
||||
}
|
||||
|
||||
public void setYesNoUc(org.jooq.test._.converters.Boolean_YES_NO_UC yesNoUc) {
|
||||
this.yesNoUc = yesNoUc;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_YN_LC getYNLc() {
|
||||
return this.yNLc;
|
||||
}
|
||||
|
||||
public void setYNLc(org.jooq.test._.converters.Boolean_YN_LC yNLc) {
|
||||
this.yNLc = yNLc;
|
||||
}
|
||||
|
||||
public org.jooq.test._.converters.Boolean_YN_UC getYNUc() {
|
||||
return this.yNUc;
|
||||
}
|
||||
|
||||
public void setYNUc(org.jooq.test._.converters.Boolean_YN_UC yNUc) {
|
||||
this.yNUc = yNUc;
|
||||
}
|
||||
|
||||
public java.lang.Boolean getVcBoolean() {
|
||||
return this.vcBoolean;
|
||||
}
|
||||
|
||||
public void setVcBoolean(java.lang.Boolean vcBoolean) {
|
||||
this.vcBoolean = vcBoolean;
|
||||
}
|
||||
|
||||
public java.lang.Boolean getCBoolean() {
|
||||
return this.cBoolean;
|
||||
}
|
||||
|
||||
public void setCBoolean(java.lang.Boolean cBoolean) {
|
||||
this.cBoolean = cBoolean;
|
||||
}
|
||||
|
||||
public java.lang.Boolean getNBoolean() {
|
||||
return this.nBoolean;
|
||||
}
|
||||
|
||||
public void setNBoolean(java.lang.Boolean nBoolean) {
|
||||
this.nBoolean = nBoolean;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TDates implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 656195310;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.sql.Date d;
|
||||
private java.sql.Time t;
|
||||
private java.sql.Timestamp ts;
|
||||
private java.lang.Integer dInt;
|
||||
private java.lang.Long tsBigint;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.sql.Date getD() {
|
||||
return this.d;
|
||||
}
|
||||
|
||||
public void setD(java.sql.Date d) {
|
||||
this.d = d;
|
||||
}
|
||||
|
||||
public java.sql.Time getT() {
|
||||
return this.t;
|
||||
}
|
||||
|
||||
public void setT(java.sql.Time t) {
|
||||
this.t = t;
|
||||
}
|
||||
|
||||
public java.sql.Timestamp getTs() {
|
||||
return this.ts;
|
||||
}
|
||||
|
||||
public void setTs(java.sql.Timestamp ts) {
|
||||
this.ts = ts;
|
||||
}
|
||||
|
||||
public java.lang.Integer getDInt() {
|
||||
return this.dInt;
|
||||
}
|
||||
|
||||
public void setDInt(java.lang.Integer dInt) {
|
||||
this.dInt = dInt;
|
||||
}
|
||||
|
||||
public java.lang.Long getTsBigint() {
|
||||
return this.tsBigint;
|
||||
}
|
||||
|
||||
public void setTsBigint(java.lang.Long tsBigint) {
|
||||
this.tsBigint = tsBigint;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TIdentity implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1278017791;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer val;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getVal() {
|
||||
return this.val;
|
||||
}
|
||||
|
||||
public void setVal(java.lang.Integer val) {
|
||||
this.val = val;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TIdentityPk implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -391032100;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer val;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getVal() {
|
||||
return this.val;
|
||||
}
|
||||
|
||||
public void setVal(java.lang.Integer val) {
|
||||
this.val = val;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,40 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class TTriggers implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1026985621;
|
||||
|
||||
private java.lang.Integer idGenerated;
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer counter;
|
||||
|
||||
public java.lang.Integer getIdGenerated() {
|
||||
return this.idGenerated;
|
||||
}
|
||||
|
||||
public void setIdGenerated(java.lang.Integer idGenerated) {
|
||||
this.idGenerated = idGenerated;
|
||||
}
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getCounter() {
|
||||
return this.counter;
|
||||
}
|
||||
|
||||
public void setCounter(java.lang.Integer counter) {
|
||||
this.counter = counter;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,130 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_639NumbersTable implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1602339296;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Byte byte_;
|
||||
private java.lang.Short short_;
|
||||
private java.lang.Integer integer;
|
||||
private java.lang.Long long_;
|
||||
private java.lang.Byte byteDecimal;
|
||||
private java.lang.Short shortDecimal;
|
||||
private java.lang.Integer integerDecimal;
|
||||
private java.lang.Long longDecimal;
|
||||
private java.math.BigInteger bigInteger;
|
||||
private java.math.BigDecimal bigDecimal;
|
||||
private java.lang.Float float_;
|
||||
private java.lang.Double double_;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Byte getByte() {
|
||||
return this.byte_;
|
||||
}
|
||||
|
||||
public void setByte(java.lang.Byte byte_) {
|
||||
this.byte_ = byte_;
|
||||
}
|
||||
|
||||
public java.lang.Short getShort() {
|
||||
return this.short_;
|
||||
}
|
||||
|
||||
public void setShort(java.lang.Short short_) {
|
||||
this.short_ = short_;
|
||||
}
|
||||
|
||||
public java.lang.Integer getInteger() {
|
||||
return this.integer;
|
||||
}
|
||||
|
||||
public void setInteger(java.lang.Integer integer) {
|
||||
this.integer = integer;
|
||||
}
|
||||
|
||||
public java.lang.Long getLong() {
|
||||
return this.long_;
|
||||
}
|
||||
|
||||
public void setLong(java.lang.Long long_) {
|
||||
this.long_ = long_;
|
||||
}
|
||||
|
||||
public java.lang.Byte getByteDecimal() {
|
||||
return this.byteDecimal;
|
||||
}
|
||||
|
||||
public void setByteDecimal(java.lang.Byte byteDecimal) {
|
||||
this.byteDecimal = byteDecimal;
|
||||
}
|
||||
|
||||
public java.lang.Short getShortDecimal() {
|
||||
return this.shortDecimal;
|
||||
}
|
||||
|
||||
public void setShortDecimal(java.lang.Short shortDecimal) {
|
||||
this.shortDecimal = shortDecimal;
|
||||
}
|
||||
|
||||
public java.lang.Integer getIntegerDecimal() {
|
||||
return this.integerDecimal;
|
||||
}
|
||||
|
||||
public void setIntegerDecimal(java.lang.Integer integerDecimal) {
|
||||
this.integerDecimal = integerDecimal;
|
||||
}
|
||||
|
||||
public java.lang.Long getLongDecimal() {
|
||||
return this.longDecimal;
|
||||
}
|
||||
|
||||
public void setLongDecimal(java.lang.Long longDecimal) {
|
||||
this.longDecimal = longDecimal;
|
||||
}
|
||||
|
||||
public java.math.BigInteger getBigInteger() {
|
||||
return this.bigInteger;
|
||||
}
|
||||
|
||||
public void setBigInteger(java.math.BigInteger bigInteger) {
|
||||
this.bigInteger = bigInteger;
|
||||
}
|
||||
|
||||
public java.math.BigDecimal getBigDecimal() {
|
||||
return this.bigDecimal;
|
||||
}
|
||||
|
||||
public void setBigDecimal(java.math.BigDecimal bigDecimal) {
|
||||
this.bigDecimal = bigDecimal;
|
||||
}
|
||||
|
||||
public java.lang.Float getFloat() {
|
||||
return this.float_;
|
||||
}
|
||||
|
||||
public void setFloat(java.lang.Float float_) {
|
||||
this.float_ = float_;
|
||||
}
|
||||
|
||||
public java.lang.Double getDouble() {
|
||||
return this.double_;
|
||||
}
|
||||
|
||||
public void setDouble(java.lang.Double double_) {
|
||||
this.double_ = double_;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_658Ref implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -2072125344;
|
||||
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_11 ref_11;
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_21 ref_21;
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_31 ref_31;
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_12 ref_12;
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_22 ref_22;
|
||||
private org.jooq.test.h2.generatedclasses.enums.T_658_32 ref_32;
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_11 getRef_11() {
|
||||
return this.ref_11;
|
||||
}
|
||||
|
||||
public void setRef_11(org.jooq.test.h2.generatedclasses.enums.T_658_11 ref_11) {
|
||||
this.ref_11 = ref_11;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_21 getRef_21() {
|
||||
return this.ref_21;
|
||||
}
|
||||
|
||||
public void setRef_21(org.jooq.test.h2.generatedclasses.enums.T_658_21 ref_21) {
|
||||
this.ref_21 = ref_21;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_31 getRef_31() {
|
||||
return this.ref_31;
|
||||
}
|
||||
|
||||
public void setRef_31(org.jooq.test.h2.generatedclasses.enums.T_658_31 ref_31) {
|
||||
this.ref_31 = ref_31;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_12 getRef_12() {
|
||||
return this.ref_12;
|
||||
}
|
||||
|
||||
public void setRef_12(org.jooq.test.h2.generatedclasses.enums.T_658_12 ref_12) {
|
||||
this.ref_12 = ref_12;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_22 getRef_22() {
|
||||
return this.ref_22;
|
||||
}
|
||||
|
||||
public void setRef_22(org.jooq.test.h2.generatedclasses.enums.T_658_22 ref_22) {
|
||||
this.ref_22 = ref_22;
|
||||
}
|
||||
|
||||
public org.jooq.test.h2.generatedclasses.enums.T_658_32 getRef_32() {
|
||||
return this.ref_32;
|
||||
}
|
||||
|
||||
public void setRef_32(org.jooq.test.h2.generatedclasses.enums.T_658_32 ref_32) {
|
||||
this.ref_32 = ref_32;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_725LobTest implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -798990905;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private byte[] lob;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public byte[] getLob() {
|
||||
return this.lob;
|
||||
}
|
||||
|
||||
public void setLob(byte[] lob) {
|
||||
this.lob = lob;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,40 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_785 implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 2040551933;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String name;
|
||||
private java.lang.String value;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
public void setName(java.lang.String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public java.lang.String getValue() {
|
||||
return this.value;
|
||||
}
|
||||
|
||||
public void setValue(java.lang.String value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class T_877 implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1271212109;
|
||||
|
||||
private java.lang.Integer id;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,67 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class VAuthor implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 753819077;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String firstName;
|
||||
private java.lang.String lastName;
|
||||
private java.sql.Date dateOfBirth;
|
||||
private java.lang.Integer yearOfBirth;
|
||||
private java.lang.String address;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.String getFirstName() {
|
||||
return this.firstName;
|
||||
}
|
||||
|
||||
public void setFirstName(java.lang.String firstName) {
|
||||
this.firstName = firstName;
|
||||
}
|
||||
|
||||
public java.lang.String getLastName() {
|
||||
return this.lastName;
|
||||
}
|
||||
|
||||
public void setLastName(java.lang.String lastName) {
|
||||
this.lastName = lastName;
|
||||
}
|
||||
|
||||
public java.sql.Date getDateOfBirth() {
|
||||
return this.dateOfBirth;
|
||||
}
|
||||
|
||||
public void setDateOfBirth(java.sql.Date dateOfBirth) {
|
||||
this.dateOfBirth = dateOfBirth;
|
||||
}
|
||||
|
||||
public java.lang.Integer getYearOfBirth() {
|
||||
return this.yearOfBirth;
|
||||
}
|
||||
|
||||
public void setYearOfBirth(java.lang.Integer yearOfBirth) {
|
||||
this.yearOfBirth = yearOfBirth;
|
||||
}
|
||||
|
||||
public java.lang.String getAddress() {
|
||||
return this.address;
|
||||
}
|
||||
|
||||
public void setAddress(java.lang.String address) {
|
||||
this.address = address;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,94 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class VBook implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1106294739;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer authorId;
|
||||
private java.lang.Integer coAuthorId;
|
||||
private java.lang.Integer detailsId;
|
||||
private java.lang.String title;
|
||||
private java.lang.Integer publishedIn;
|
||||
private java.lang.Integer languageId;
|
||||
private java.lang.String contentText;
|
||||
private byte[] contentPdf;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getAuthorId() {
|
||||
return this.authorId;
|
||||
}
|
||||
|
||||
public void setAuthorId(java.lang.Integer authorId) {
|
||||
this.authorId = authorId;
|
||||
}
|
||||
|
||||
public java.lang.Integer getCoAuthorId() {
|
||||
return this.coAuthorId;
|
||||
}
|
||||
|
||||
public void setCoAuthorId(java.lang.Integer coAuthorId) {
|
||||
this.coAuthorId = coAuthorId;
|
||||
}
|
||||
|
||||
public java.lang.Integer getDetailsId() {
|
||||
return this.detailsId;
|
||||
}
|
||||
|
||||
public void setDetailsId(java.lang.Integer detailsId) {
|
||||
this.detailsId = detailsId;
|
||||
}
|
||||
|
||||
public java.lang.String getTitle() {
|
||||
return this.title;
|
||||
}
|
||||
|
||||
public void setTitle(java.lang.String title) {
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
public java.lang.Integer getPublishedIn() {
|
||||
return this.publishedIn;
|
||||
}
|
||||
|
||||
public void setPublishedIn(java.lang.Integer publishedIn) {
|
||||
this.publishedIn = publishedIn;
|
||||
}
|
||||
|
||||
public java.lang.Integer getLanguageId() {
|
||||
return this.languageId;
|
||||
}
|
||||
|
||||
public void setLanguageId(java.lang.Integer languageId) {
|
||||
this.languageId = languageId;
|
||||
}
|
||||
|
||||
public java.lang.String getContentText() {
|
||||
return this.contentText;
|
||||
}
|
||||
|
||||
public void setContentText(java.lang.String contentText) {
|
||||
this.contentText = contentText;
|
||||
}
|
||||
|
||||
public byte[] getContentPdf() {
|
||||
return this.contentPdf;
|
||||
}
|
||||
|
||||
public void setContentPdf(byte[] contentPdf) {
|
||||
this.contentPdf = contentPdf;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class VLibrary implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -426028321;
|
||||
|
||||
private java.lang.String author;
|
||||
private java.lang.String title;
|
||||
|
||||
public java.lang.String getAuthor() {
|
||||
return this.author;
|
||||
}
|
||||
|
||||
public void setAuthor(java.lang.String author) {
|
||||
this.author = author;
|
||||
}
|
||||
|
||||
public java.lang.String getTitle() {
|
||||
return this.title;
|
||||
}
|
||||
|
||||
public void setTitle(java.lang.String title) {
|
||||
this.title = title;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_64_69 implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -436399200;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer unusedId;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getUnusedId() {
|
||||
return this.unusedId;
|
||||
}
|
||||
|
||||
public void setUnusedId(java.lang.Integer unusedId) {
|
||||
this.unusedId = unusedId;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,31 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_71 implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1694465813;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Short testCase_64_69Id;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Short getTestCase_64_69Id() {
|
||||
return this.testCase_64_69Id;
|
||||
}
|
||||
|
||||
public void setTestCase_64_69Id(java.lang.Short testCase_64_69Id) {
|
||||
this.testCase_64_69Id = testCase_64_69Id;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,40 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XTestCase_85 implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1197461961;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.Integer xUnusedId;
|
||||
private java.lang.String xUnusedName;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.Integer getXUnusedId() {
|
||||
return this.xUnusedId;
|
||||
}
|
||||
|
||||
public void setXUnusedId(java.lang.Integer xUnusedId) {
|
||||
this.xUnusedId = xUnusedId;
|
||||
}
|
||||
|
||||
public java.lang.String getXUnusedName() {
|
||||
return this.xUnusedName;
|
||||
}
|
||||
|
||||
public void setXUnusedName(java.lang.String xUnusedName) {
|
||||
this.xUnusedName = xUnusedName;
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,157 @@
|
||||
/**
|
||||
* This class is generated by jOOQ
|
||||
*/
|
||||
package org.jooq.test.h2.generatedclasses.tables.pojos;
|
||||
|
||||
/**
|
||||
* This class is generated by jOOQ.
|
||||
*/
|
||||
public class XUnused implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -1914245754;
|
||||
|
||||
private java.lang.Integer id;
|
||||
private java.lang.String name;
|
||||
private java.math.BigInteger bigInteger;
|
||||
private java.lang.Integer idRef;
|
||||
private java.lang.String nameRef;
|
||||
private java.lang.Integer class_;
|
||||
private java.lang.Integer fields;
|
||||
private java.lang.Integer table;
|
||||
private java.lang.Integer configuration;
|
||||
private java.lang.Integer uDT;
|
||||
private java.lang.Integer metaData;
|
||||
private java.lang.Integer values;
|
||||
private java.lang.Integer type0;
|
||||
private java.lang.Integer primaryKey;
|
||||
private java.lang.Integer primarykey;
|
||||
private java.math.BigDecimal field_737;
|
||||
|
||||
public java.lang.Integer getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(java.lang.Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public java.lang.String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
public void setName(java.lang.String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public java.math.BigInteger getBigInteger() {
|
||||
return this.bigInteger;
|
||||
}
|
||||
|
||||
public void setBigInteger(java.math.BigInteger bigInteger) {
|
||||
this.bigInteger = bigInteger;
|
||||
}
|
||||
|
||||
public java.lang.Integer getIdRef() {
|
||||
return this.idRef;
|
||||
}
|
||||
|
||||
public void setIdRef(java.lang.Integer idRef) {
|
||||
this.idRef = idRef;
|
||||
}
|
||||
|
||||
public java.lang.String getNameRef() {
|
||||
return this.nameRef;
|
||||
}
|
||||
|
||||
public void setNameRef(java.lang.String nameRef) {
|
||||
this.nameRef = nameRef;
|
||||
}
|
||||
|
||||
public java.lang.Integer getClass_() {
|
||||
return this.class_;
|
||||
}
|
||||
|
||||
public void setClass_(java.lang.Integer class_) {
|
||||
this.class_ = class_;
|
||||
}
|
||||
|
||||
public java.lang.Integer getFields_() {
|
||||
return this.fields;
|
||||
}
|
||||
|
||||
public void setFields_(java.lang.Integer fields) {
|
||||
this.fields = fields;
|
||||
}
|
||||
|
||||
public java.lang.Integer getTable_() {
|
||||
return this.table;
|
||||
}
|
||||
|
||||
public void setTable_(java.lang.Integer table) {
|
||||
this.table = table;
|
||||
}
|
||||
|
||||
public java.lang.Integer getConfiguration_() {
|
||||
return this.configuration;
|
||||
}
|
||||
|
||||
public void setConfiguration_(java.lang.Integer configuration) {
|
||||
this.configuration = configuration;
|
||||
}
|
||||
|
||||
public java.lang.Integer getUDT() {
|
||||
return this.uDT;
|
||||
}
|
||||
|
||||
public void setUDT(java.lang.Integer uDT) {
|
||||
this.uDT = uDT;
|
||||
}
|
||||
|
||||
public java.lang.Integer getMetaData_() {
|
||||
return this.metaData;
|
||||
}
|
||||
|
||||
public void setMetaData_(java.lang.Integer metaData) {
|
||||
this.metaData = metaData;
|
||||
}
|
||||
|
||||
public java.lang.Integer getValues_() {
|
||||
return this.values;
|
||||
}
|
||||
|
||||
public void setValues_(java.lang.Integer values) {
|
||||
this.values = values;
|
||||
}
|
||||
|
||||
public java.lang.Integer getType0_() {
|
||||
return this.type0;
|
||||
}
|
||||
|
||||
public void setType0_(java.lang.Integer type0) {
|
||||
this.type0 = type0;
|
||||
}
|
||||
|
||||
public java.lang.Integer getPrimaryKey() {
|
||||
return this.primaryKey;
|
||||
}
|
||||
|
||||
public void setPrimaryKey(java.lang.Integer primaryKey) {
|
||||
this.primaryKey = primaryKey;
|
||||
}
|
||||
|
||||
public java.lang.Integer getPrimarykey() {
|
||||
return this.primarykey;
|
||||
}
|
||||
|
||||
public void setPrimarykey(java.lang.Integer primarykey) {
|
||||
this.primarykey = primarykey;
|
||||
}
|
||||
|
||||
public java.math.BigDecimal getField_737() {
|
||||
return this.field_737;
|
||||
}
|
||||
|
||||
public void setField_737(java.math.BigDecimal field_737) {
|
||||
this.field_737 = field_737;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user