diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java
index 34d431330e..92ba6311c2 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/DefaultCatalog.java
@@ -7,8 +7,6 @@ package org.jooq.example.flyway.ddl.db.h2;
import java.util.Arrays;
import java.util.List;
-import javax.annotation.processing.Generated;
-
import org.jooq.Schema;
import org.jooq.impl.CatalogImpl;
@@ -16,17 +14,10 @@ import org.jooq.impl.CatalogImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class DefaultCatalog extends CatalogImpl {
- private static final long serialVersionUID = 1585122192;
+ private static final long serialVersionUID = -2050799434;
/**
* The reference instance of DEFAULT_CATALOG
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/FlywayTest.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/FlywayTest.java
index fc35c4230e..4e111f87f5 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/FlywayTest.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/FlywayTest.java
@@ -7,8 +7,6 @@ package org.jooq.example.flyway.ddl.db.h2;
import java.util.Arrays;
import java.util.List;
-import javax.annotation.processing.Generated;
-
import org.jooq.Catalog;
import org.jooq.Sequence;
import org.jooq.Table;
@@ -20,17 +18,10 @@ import org.jooq.impl.SchemaImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class FlywayTest extends SchemaImpl {
- private static final long serialVersionUID = 1570021131;
+ private static final long serialVersionUID = -186076921;
/**
* The reference instance of FLYWAY_TEST
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Keys.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Keys.java
index 89ac872d4e..1be0f47f5e 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Keys.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Keys.java
@@ -4,8 +4,6 @@
package org.jooq.example.flyway.ddl.db.h2;
-import javax.annotation.processing.Generated;
-
import org.jooq.ForeignKey;
import org.jooq.TableField;
import org.jooq.UniqueKey;
@@ -20,13 +18,6 @@ import org.jooq.impl.Internal;
* A class modelling foreign key relationships and constraints of tables of
* the FLYWAY_TEST schema.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Keys {
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Sequences.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Sequences.java
index 11f35e2ffa..32c758d712 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Sequences.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Sequences.java
@@ -4,8 +4,6 @@
package org.jooq.example.flyway.ddl.db.h2;
-import javax.annotation.processing.Generated;
-
import org.jooq.Sequence;
import org.jooq.impl.Internal;
@@ -13,18 +11,11 @@ import org.jooq.impl.Internal;
/**
* Convenience access to all sequences in FLYWAY_TEST
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Sequences {
/**
* The sequence FLYWAY_TEST.S_AUTHOR_ID
*/
- public static final Sequence S_AUTHOR_ID = Internal. createSequence("S_AUTHOR_ID", FlywayTest.FLYWAY_TEST, org.jooq.impl.SQLDataType.BIGINT, null, null, null, null, false, null);
+ public static final Sequence S_AUTHOR_ID = Internal.createSequence("S_AUTHOR_ID", FlywayTest.FLYWAY_TEST, org.jooq.impl.SQLDataType.BIGINT, null, null, null, null, false, null);
}
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Tables.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Tables.java
index be1c7cd382..6044f46f06 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Tables.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/Tables.java
@@ -4,8 +4,6 @@
package org.jooq.example.flyway.ddl.db.h2;
-import javax.annotation.processing.Generated;
-
import org.jooq.example.flyway.ddl.db.h2.tables.Author;
import org.jooq.example.flyway.ddl.db.h2.tables.Book;
@@ -13,13 +11,6 @@ import org.jooq.example.flyway.ddl.db.h2.tables.Book;
/**
* Convenience access to all tables in FLYWAY_TEST
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Author.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Author.java
index 9db2241e71..dba4d01ef5 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Author.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Author.java
@@ -8,8 +8,6 @@ import java.time.LocalDate;
import java.util.Arrays;
import java.util.List;
-import javax.annotation.processing.Generated;
-
import org.jooq.Field;
import org.jooq.ForeignKey;
import org.jooq.Name;
@@ -18,6 +16,7 @@ import org.jooq.Row6;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.flyway.ddl.db.h2.FlywayTest;
import org.jooq.example.flyway.ddl.db.h2.Keys;
@@ -29,17 +28,10 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Author extends TableImpl {
- private static final long serialVersionUID = 984252197;
+ private static final long serialVersionUID = 615226003;
/**
* The reference instance of FLYWAY_TEST.AUTHOR
@@ -110,7 +102,7 @@ public class Author extends TableImpl {
}
private Author(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Author(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Book.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Book.java
index edd4705f43..ad5e040e48 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Book.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/Book.java
@@ -7,8 +7,6 @@ package org.jooq.example.flyway.ddl.db.h2.tables;
import java.util.Arrays;
import java.util.List;
-import javax.annotation.processing.Generated;
-
import org.jooq.Field;
import org.jooq.ForeignKey;
import org.jooq.Name;
@@ -17,6 +15,7 @@ import org.jooq.Row3;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.flyway.ddl.db.h2.FlywayTest;
import org.jooq.example.flyway.ddl.db.h2.Keys;
@@ -28,17 +27,10 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Book extends TableImpl {
- private static final long serialVersionUID = -2124982017;
+ private static final long serialVersionUID = 830463937;
/**
* The reference instance of FLYWAY_TEST.BOOK
@@ -94,7 +86,7 @@ public class Book extends TableImpl {
}
private Book(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Book(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/AuthorRecord.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/AuthorRecord.java
index 5ed211c8d9..e86f0fa598 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/AuthorRecord.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/AuthorRecord.java
@@ -6,8 +6,6 @@ package org.jooq.example.flyway.ddl.db.h2.tables.records;
import java.time.LocalDate;
-import javax.annotation.processing.Generated;
-
import org.jooq.Field;
import org.jooq.Record1;
import org.jooq.Record6;
@@ -19,17 +17,10 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class AuthorRecord extends UpdatableRecordImpl implements Record6 {
- private static final long serialVersionUID = -46707278;
+ private static final long serialVersionUID = -185752932;
/**
* Setter for FLYWAY_TEST.AUTHOR.ID.
diff --git a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/BookRecord.java b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/BookRecord.java
index 0ff57f6b53..200660d7d8 100644
--- a/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/BookRecord.java
+++ b/jOOQ-examples/jOOQ-flyway-ddl-example/src/main/java/org/jooq/example/flyway/ddl/db/h2/tables/records/BookRecord.java
@@ -4,8 +4,6 @@
package org.jooq.example.flyway.ddl.db.h2.tables.records;
-import javax.annotation.processing.Generated;
-
import org.jooq.Field;
import org.jooq.Record1;
import org.jooq.Record3;
@@ -17,17 +15,10 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
-@Generated(
- value = {
- "http://www.jooq.org",
- "jOOQ version:3.13.0-SNAPSHOT"
- },
- comments = "This class is generated by jOOQ"
-)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookRecord extends UpdatableRecordImpl implements Record3 {
- private static final long serialVersionUID = 1683462763;
+ private static final long serialVersionUID = 2114253325;
/**
* Setter for FLYWAY_TEST.BOOK.ID.
diff --git a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Actor.java b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Actor.java
index 2db999c39c..4728f89ba4 100644
--- a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Actor.java
+++ b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Actor.java
@@ -16,6 +16,7 @@ import org.jooq.Row3;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.jpa.jooq.DefaultSchema;
import org.jooq.example.jpa.jooq.Keys;
@@ -30,7 +31,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Actor extends TableImpl {
- private static final long serialVersionUID = -1432536666;
+ private static final long serialVersionUID = -676325822;
/**
* The reference instance of ACTOR
@@ -86,7 +87,7 @@ public class Actor extends TableImpl {
}
private Actor(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Actor(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Film.java b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Film.java
index c58dc16719..bc8928e216 100644
--- a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Film.java
+++ b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Film.java
@@ -17,6 +17,7 @@ import org.jooq.Row6;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.jpa.jooq.DefaultSchema;
import org.jooq.example.jpa.jooq.Keys;
@@ -31,7 +32,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Film extends TableImpl {
- private static final long serialVersionUID = -1248254596;
+ private static final long serialVersionUID = 1375443672;
/**
* The reference instance of FILM
@@ -102,7 +103,7 @@ public class Film extends TableImpl {
}
private Film(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Film(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/FilmActor.java b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/FilmActor.java
index 96ee70cadc..8cd57e3dc3 100644
--- a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/FilmActor.java
+++ b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/FilmActor.java
@@ -15,6 +15,7 @@ import org.jooq.Row2;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.jpa.jooq.DefaultSchema;
import org.jooq.example.jpa.jooq.Keys;
@@ -29,7 +30,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class FilmActor extends TableImpl {
- private static final long serialVersionUID = 1382975325;
+ private static final long serialVersionUID = 1747205121;
/**
* The reference instance of FILM_ACTOR
@@ -80,7 +81,7 @@ public class FilmActor extends TableImpl {
}
private FilmActor(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public FilmActor(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Language.java b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Language.java
index e9dde22507..31665b6979 100644
--- a/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Language.java
+++ b/jOOQ-examples/jOOQ-jpa-example/src/main/java/org/jooq/example/jpa/jooq/tables/Language.java
@@ -16,6 +16,7 @@ import org.jooq.Row2;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.jpa.jooq.DefaultSchema;
import org.jooq.example.jpa.jooq.Keys;
@@ -30,7 +31,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Language extends TableImpl {
- private static final long serialVersionUID = 389668169;
+ private static final long serialVersionUID = 1073752323;
/**
* The reference instance of LANGUAGE
@@ -81,7 +82,7 @@ public class Language extends TableImpl {
}
private Language(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Language(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Author.java b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Author.java
index a3d083500c..441aea2506 100644
--- a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Author.java
+++ b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Author.java
@@ -17,6 +17,7 @@ import org.jooq.Row6;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.db.h2.Keys;
import org.jooq.example.db.h2.Public;
@@ -31,7 +32,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Author extends TableImpl {
- private static final long serialVersionUID = 273274760;
+ private static final long serialVersionUID = -227991572;
/**
* The reference instance of PUBLIC.AUTHOR
@@ -102,7 +103,7 @@ public class Author extends TableImpl {
}
private Author(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Author(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Book.java b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Book.java
index 4ea88bec06..5b8f6f6d58 100644
--- a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Book.java
+++ b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/Book.java
@@ -17,6 +17,7 @@ import org.jooq.Row11;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.db.h2.Keys;
import org.jooq.example.db.h2.Public;
@@ -31,7 +32,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Book extends TableImpl {
- private static final long serialVersionUID = -1275810062;
+ private static final long serialVersionUID = 359588588;
/**
* The reference instance of PUBLIC.BOOK
@@ -127,7 +128,7 @@ public class Book extends TableImpl {
}
private Book(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public Book(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookStore.java b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookStore.java
index 80af39a589..47db43a1d3 100644
--- a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookStore.java
+++ b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookStore.java
@@ -15,6 +15,7 @@ import org.jooq.Row1;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.db.h2.Keys;
import org.jooq.example.db.h2.Public;
@@ -29,7 +30,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookStore extends TableImpl {
- private static final long serialVersionUID = 1086290239;
+ private static final long serialVersionUID = -490084615;
/**
* The reference instance of PUBLIC.BOOK_STORE
@@ -75,7 +76,7 @@ public class BookStore extends TableImpl {
}
private BookStore(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public BookStore(Table child, ForeignKey key) {
diff --git a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookToBookStore.java b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookToBookStore.java
index 8d7a62b4f4..468b2b976e 100644
--- a/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookToBookStore.java
+++ b/jOOQ-examples/jOOQ-kotlin-example/src/main/java/org/jooq/example/db/h2/tables/BookToBookStore.java
@@ -15,6 +15,7 @@ import org.jooq.Row3;
import org.jooq.Schema;
import org.jooq.Table;
import org.jooq.TableField;
+import org.jooq.TableOptions;
import org.jooq.UniqueKey;
import org.jooq.example.db.h2.Keys;
import org.jooq.example.db.h2.Public;
@@ -29,7 +30,7 @@ import org.jooq.impl.TableImpl;
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class BookToBookStore extends TableImpl {
- private static final long serialVersionUID = -1919059556;
+ private static final long serialVersionUID = -544979400;
/**
* The reference instance of PUBLIC.BOOK_TO_BOOK_STORE
@@ -85,7 +86,7 @@ public class BookToBookStore extends TableImpl {
}
private BookToBookStore(Name alias, Table aliased, Field>[] parameters) {
- super(alias, null, aliased, parameters, DSL.comment(""));
+ super(alias, null, aliased, parameters, DSL.comment(""), TableOptions.table());
}
public BookToBookStore(Table child, ForeignKey key) {