Regenerated code

This commit is contained in:
lukaseder 2017-12-21 13:03:38 +01:00
parent 726d5261f9
commit f71afcc793
17 changed files with 31 additions and 45 deletions

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2;
@ -27,7 +27,7 @@ import org.jooq.impl.CatalogImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class DefaultCatalog extends CatalogImpl {
private static final long serialVersionUID = 796727430;
private static final long serialVersionUID = 550931594;
/**
* The reference instance of <code></code>

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2;
@ -11,7 +11,6 @@ import java.util.List;
import javax.annotation.Generated;
import org.jooq.Catalog;
import org.jooq.Sequence;
import org.jooq.Table;
import org.jooq.example.db.h2.tables.Author;
import org.jooq.example.db.h2.tables.Book;
@ -33,7 +32,7 @@ import org.jooq.impl.SchemaImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Public extends SchemaImpl {
private static final long serialVersionUID = 251636015;
private static final long serialVersionUID = 1733511408;
/**
* The reference instance of <code>PUBLIC</code>
@ -76,19 +75,6 @@ public class Public extends SchemaImpl {
return DefaultCatalog.DEFAULT_CATALOG;
}
@Override
public final List<Sequence<?>> getSequences() {
List result = new ArrayList();
result.addAll(getSequences0());
return result;
}
private final List<Sequence<?>> getSequences0() {
return Arrays.<Sequence<?>>asList(
Sequences.S_AUTHOR_ID,
Sequences.S_BOOK_ID);
}
@Override
public final List<Table<?>> getTables() {
List result = new ArrayList();

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables;
@ -39,7 +39,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Author extends TableImpl<AuthorRecord> {
private static final long serialVersionUID = 1395848326;
private static final long serialVersionUID = 2144482306;
/**
* The reference instance of <code>PUBLIC.AUTHOR</code>

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables;
@ -40,7 +40,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Book extends TableImpl<BookRecord> {
private static final long serialVersionUID = -82241133;
private static final long serialVersionUID = 1684566543;
/**
* The reference instance of <code>PUBLIC.BOOK</code>

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables;
@ -37,7 +37,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookStore extends TableImpl<BookStoreRecord> {
private static final long serialVersionUID = -1429191799;
private static final long serialVersionUID = -247507963;
/**
* The reference instance of <code>PUBLIC.BOOK_STORE</code>

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables;
@ -38,7 +38,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookToBookStore extends TableImpl<BookToBookStoreRecord> {
private static final long serialVersionUID = 1398499249;
private static final long serialVersionUID = -1125747411;
/**
* The reference instance of <code>PUBLIC.BOOK_TO_BOOK_STORE</code>

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.pojos;
@ -23,7 +23,7 @@ import javax.annotation.Generated;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Author implements Serializable {
private static final long serialVersionUID = 1870639659;
private static final long serialVersionUID = -2042918609;
private Integer id;
private String firstName;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.pojos;
@ -23,7 +23,7 @@ import javax.annotation.Generated;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Book implements Serializable {
private static final long serialVersionUID = 972433600;
private static final long serialVersionUID = 916493508;
private Integer id;
private Integer authorId;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.pojos;
@ -22,7 +22,7 @@ import javax.annotation.Generated;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookStore implements Serializable {
private static final long serialVersionUID = -218209514;
private static final long serialVersionUID = 1651753874;
private String name;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.pojos;
@ -22,7 +22,7 @@ import javax.annotation.Generated;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookToBookStore implements Serializable {
private static final long serialVersionUID = -2082565216;
private static final long serialVersionUID = -250786276;
private String bookStoreName;
private Integer bookId;

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.records;
@ -29,7 +29,7 @@ import org.jooq.impl.UpdatableRecordImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class AuthorRecord extends UpdatableRecordImpl<AuthorRecord> implements Record6<Integer, String, String, Date, Integer, String> {
private static final long serialVersionUID = 349366154;
private static final long serialVersionUID = 1536483726;
/**
* Setter for <code>PUBLIC.AUTHOR.ID</code>.

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.records;
@ -29,7 +29,7 @@ import org.jooq.impl.UpdatableRecordImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookRecord extends UpdatableRecordImpl<BookRecord> implements Record11<Integer, Integer, Integer, Integer, String, Integer, Integer, String, byte[], Integer, Timestamp> {
private static final long serialVersionUID = 85475911;
private static final long serialVersionUID = -1834889397;
/**
* Setter for <code>PUBLIC.BOOK.ID</code>.

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.records;
@ -26,7 +26,7 @@ import org.jooq.impl.UpdatableRecordImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookStoreRecord extends UpdatableRecordImpl<BookStoreRecord> implements Record1<String> {
private static final long serialVersionUID = -1716085758;
private static final long serialVersionUID = 2050272382;
/**
* Setter for <code>PUBLIC.BOOK_STORE.NAME</code>.

View File

@ -1,6 +1,6 @@
/*
* This file is generated by jOOQ.
*/
*/
package org.jooq.example.db.h2.tables.records;
@ -27,7 +27,7 @@ import org.jooq.impl.UpdatableRecordImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookToBookStoreRecord extends UpdatableRecordImpl<BookToBookStoreRecord> implements Record3<String, Integer, Integer> {
private static final long serialVersionUID = -2097052923;
private static final long serialVersionUID = 811300617;
/**
* Setter for <code>PUBLIC.BOOK_TO_BOOK_STORE.BOOK_STORE_NAME</code>.