From 472c68cbb363a7352d2457474a6bb239a25ec69d Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 9 Sep 2013 10:00:10 +0200 Subject: [PATCH] [#2730] Immutable Pojo+Interface code generation produces uncompilable pojo - Regenerated PostgreSQL source code --- .../configuration/lukas/postgres/library.xml | 1 + .../test/postgres/generatedclasses/Keys.java | 3 - .../postgres/generatedclasses/Public.java | 5 +- .../postgres/generatedclasses/Routines.java | 3 - .../postgres/generatedclasses/Sequences.java | 3 - .../postgres/generatedclasses/Tables.java | 3 - .../test/postgres/generatedclasses/UDTs.java | 3 - .../generatedclasses/enums/UBookStatus.java | 3 - .../generatedclasses/enums/UCountry.java | 3 - .../generatedclasses/enums/U_959.java | 3 - .../generatedclasses/routines/F317.java | 5 +- .../generatedclasses/routines/FArrays1.java | 5 +- .../generatedclasses/routines/FArrays2.java | 5 +- .../generatedclasses/routines/FArrays3.java | 5 +- .../routines/FAuthorExists.java | 5 +- .../routines/FGetOneCursor.java | 5 +- .../generatedclasses/routines/FNumber.java | 5 +- .../generatedclasses/routines/FOne.java | 5 +- .../routines/FSearchBook.java | 5 +- .../generatedclasses/routines/P391.java | 5 +- .../generatedclasses/routines/PArrays1.java | 5 +- .../generatedclasses/routines/PArrays2.java | 5 +- .../generatedclasses/routines/PArrays3.java | 5 +- .../routines/PAuthorExists.java | 5 +- .../routines/PCreateAuthor.java | 5 +- .../routines/PCreateAuthorByName.java | 5 +- .../routines/PEnhanceAddress1.java | 5 +- .../routines/PEnhanceAddress2.java | 5 +- .../routines/PEnhanceAddress3.java | 5 +- .../routines/PGetOneCursor.java | 5 +- .../routines/PGetTwoCursors.java | 5 +- .../generatedclasses/routines/PTriggers.java | 5 +- .../generatedclasses/routines/PUnused.java | 5 +- .../generatedclasses/tables/TArrays.java | 5 +- .../generatedclasses/tables/TAuthor.java | 5 +- .../generatedclasses/tables/TBook.java | 5 +- .../generatedclasses/tables/TBookStore.java | 5 +- .../tables/TBookToBookStore.java | 5 +- .../generatedclasses/tables/TBooleans.java | 5 +- .../generatedclasses/tables/TDates.java | 5 +- .../generatedclasses/tables/TExoticTypes.java | 5 +- .../generatedclasses/tables/TIdentity.java | 5 +- .../generatedclasses/tables/TIdentityPk.java | 5 +- .../generatedclasses/tables/TLanguage.java | 5 +- .../tables/TPgExtensions.java | 5 +- .../generatedclasses/tables/TTriggers.java | 5 +- .../generatedclasses/tables/TUnsigned.java | 5 +- .../tables/T_639NumbersTable.java | 5 +- .../generatedclasses/tables/T_725LobTest.java | 5 +- .../generatedclasses/tables/T_785.java | 5 +- .../generatedclasses/tables/T_959.java | 5 +- .../generatedclasses/tables/T_986_1.java | 5 +- .../generatedclasses/tables/T_986_2.java | 5 +- .../generatedclasses/tables/VAuthor.java | 5 +- .../generatedclasses/tables/VBook.java | 5 +- .../generatedclasses/tables/VLibrary.java | 5 +- .../tables/XTestCase_2025.java | 5 +- .../tables/XTestCase_64_69.java | 5 +- .../generatedclasses/tables/XTestCase_71.java | 5 +- .../generatedclasses/tables/XTestCase_85.java | 5 +- .../generatedclasses/tables/XUnused.java | 5 +- .../tables/interfaces/ITArrays.java | 43 ++++++++++ .../tables/interfaces/ITAuthor.java | 38 +++++++++ .../tables/interfaces/ITBook.java | 58 +++++++++++++ .../tables/interfaces/ITBookStore.java | 13 +++ .../tables/interfaces/ITBookToBookStore.java | 23 +++++ .../tables/interfaces/ITBooleans.java | 63 ++++++++++++++ .../tables/interfaces/ITDates.java | 38 +++++++++ .../tables/interfaces/ITExoticTypes.java | 18 ++++ .../tables/interfaces/ITIdentity.java | 18 ++++ .../tables/interfaces/ITIdentityPk.java | 18 ++++ .../tables/interfaces/ITLanguage.java | 28 +++++++ .../tables/interfaces/ITPgExtensions.java | 33 ++++++++ .../tables/interfaces/ITTriggers.java | 23 +++++ .../tables/interfaces/ITUnsigned.java | 28 +++++++ .../tables/interfaces/IT_639NumbersTable.java | 68 +++++++++++++++ .../tables/interfaces/IT_725LobTest.java | 18 ++++ .../tables/interfaces/IT_785.java | 23 +++++ .../tables/interfaces/IT_959.java | 13 +++ .../tables/interfaces/IT_986_1.java | 13 +++ .../tables/interfaces/IT_986_2.java | 13 +++ .../tables/interfaces/IVAuthor.java | 38 +++++++++ .../tables/interfaces/IVBook.java | 58 +++++++++++++ .../tables/interfaces/IVLibrary.java | 18 ++++ .../tables/interfaces/IXTestCase_2025.java | 18 ++++ .../tables/interfaces/IXTestCase_64_69.java | 18 ++++ .../tables/interfaces/IXTestCase_71.java | 18 ++++ .../tables/interfaces/IXTestCase_85.java | 23 +++++ .../tables/interfaces/IXUnused.java | 83 +++++++++++++++++++ .../tables/pojos/TArrays.java | 14 ++-- .../tables/pojos/TAuthor.java | 13 +-- .../generatedclasses/tables/pojos/TBook.java | 17 ++-- .../tables/pojos/TBookStore.java | 8 +- .../tables/pojos/TBookToBookStore.java | 10 +-- .../tables/pojos/TBooleans.java | 18 ++-- .../generatedclasses/tables/pojos/TDates.java | 13 +-- .../tables/pojos/TExoticTypes.java | 9 +- .../tables/pojos/TIdentity.java | 9 +- .../tables/pojos/TIdentityPk.java | 9 +- .../tables/pojos/TLanguage.java | 11 +-- .../tables/pojos/TPgExtensions.java | 12 +-- .../tables/pojos/TTriggers.java | 10 +-- .../tables/pojos/TUnsigned.java | 11 +-- .../tables/pojos/T_639NumbersTable.java | 19 +++-- .../tables/pojos/T_725LobTest.java | 9 +- .../generatedclasses/tables/pojos/T_785.java | 10 +-- .../generatedclasses/tables/pojos/T_959.java | 8 +- .../tables/pojos/T_986_1.java | 8 +- .../tables/pojos/T_986_2.java | 8 +- .../tables/pojos/VAuthor.java | 13 +-- .../generatedclasses/tables/pojos/VBook.java | 17 ++-- .../tables/pojos/VLibrary.java | 9 +- .../tables/pojos/XTestCase_2025.java | 9 +- .../tables/pojos/XTestCase_64_69.java | 9 +- .../tables/pojos/XTestCase_71.java | 9 +- .../tables/pojos/XTestCase_85.java | 10 +-- .../tables/pojos/XUnused.java | 22 +++-- .../tables/records/TArraysRecord.java | 29 +++++-- .../tables/records/TAuthorRecord.java | 27 ++++-- .../tables/records/TBookRecord.java | 35 ++++++-- .../tables/records/TBookStoreRecord.java | 17 ++-- .../records/TBookToBookStoreRecord.java | 21 +++-- .../tables/records/TBooleansRecord.java | 37 +++++++-- .../tables/records/TDatesRecord.java | 27 ++++-- .../tables/records/TExoticTypesRecord.java | 19 +++-- .../tables/records/TIdentityPkRecord.java | 19 +++-- .../tables/records/TIdentityRecord.java | 19 +++-- .../tables/records/TLanguageRecord.java | 23 +++-- .../tables/records/TPgExtensionsRecord.java | 25 ++++-- .../tables/records/TTriggersRecord.java | 21 +++-- .../tables/records/TUnsignedRecord.java | 23 +++-- .../records/T_639NumbersTableRecord.java | 39 +++++++-- .../tables/records/T_725LobTestRecord.java | 19 +++-- .../tables/records/T_785Record.java | 21 +++-- .../tables/records/T_959Record.java | 17 ++-- .../tables/records/T_986_1Record.java | 17 ++-- .../tables/records/T_986_2Record.java | 17 ++-- .../tables/records/VAuthorRecord.java | 27 ++++-- .../tables/records/VBookRecord.java | 35 ++++++-- .../tables/records/VLibraryRecord.java | 19 +++-- .../tables/records/XTestCase_2025Record.java | 19 +++-- .../tables/records/XTestCase_64_69Record.java | 19 +++-- .../tables/records/XTestCase_71Record.java | 19 +++-- .../tables/records/XTestCase_85Record.java | 21 +++-- .../tables/records/XUnusedRecord.java | 45 ++++++++-- .../generatedclasses/udt/UAddressType.java | 5 +- .../generatedclasses/udt/UStreetType.java | 5 +- .../postgres/generatedclasses/udt/UUuids.java | 5 +- .../udt/records/UAddressTypeRecord.java | 5 +- .../udt/records/UStreetTypeRecord.java | 5 +- .../udt/records/UUuidsRecord.java | 5 +- 151 files changed, 1643 insertions(+), 536 deletions(-) create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITArrays.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITAuthor.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBook.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookStore.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookToBookStore.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBooleans.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITDates.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITExoticTypes.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentity.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentityPk.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITLanguage.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITPgExtensions.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITTriggers.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITUnsigned.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_639NumbersTable.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_725LobTest.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_785.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_959.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_1.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_2.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVAuthor.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVBook.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVLibrary.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_2025.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_64_69.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_71.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_85.java create mode 100644 jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXUnused.java diff --git a/jOOQ-test/configuration/org/jooq/configuration/lukas/postgres/library.xml b/jOOQ-test/configuration/org/jooq/configuration/lukas/postgres/library.xml index 62a81df718..7cd983f2d5 100644 --- a/jOOQ-test/configuration/org/jooq/configuration/lukas/postgres/library.xml +++ b/jOOQ-test/configuration/org/jooq/configuration/lukas/postgres/library.xml @@ -108,6 +108,7 @@ false true true + true false diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Keys.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Keys.java index 76eb30a04e..87678d6330 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Keys.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Keys.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Public.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Public.java index 2ea85073ec..d5b47f8b40 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Public.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Public.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Public extends org.jooq.impl.SchemaImpl { - private static final long serialVersionUID = 1182973771; + private static final long serialVersionUID = -827782700; /** * The singleton instance of public diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Routines.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Routines.java index 4be009db16..b1d85bae12 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Routines.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Routines.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Sequences.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Sequences.java index c7941a4601..f45cb8baf0 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Sequences.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Sequences.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Tables.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Tables.java index c73f7f4378..85191eab9b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Tables.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/Tables.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/UDTs.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/UDTs.java index 17e9c80fdc..b5625b19e9 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/UDTs.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/UDTs.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UBookStatus.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UBookStatus.java index ddc091195d..b114369d35 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UBookStatus.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UBookStatus.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.enums; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UCountry.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UCountry.java index 81f534a99d..758866f4b8 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UCountry.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/UCountry.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.enums; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/U_959.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/U_959.java index eb7ef363ac..f0e7f368a4 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/U_959.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/enums/U_959.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.enums; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/F317.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/F317.java index 56fec3eff9..021fbd4f7b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/F317.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/F317.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class F317 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 1303989082; + private static final long serialVersionUID = 1430131875; /** * The parameter public.f317.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays1.java index 66c49f3364..cf80ec6d92 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays1.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays1.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FArrays1 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 463739512; + private static final long serialVersionUID = -1841158641; /** * The parameter public.f_arrays.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays2.java index fc24f803d5..f556300cfb 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays2.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays2.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FArrays2 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -1023443566; + private static final long serialVersionUID = -1445654295; /** * The parameter public.f_arrays.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays3.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays3.java index bb9023b797..4f7d06f23c 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays3.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FArrays3.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FArrays3 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -1134189187; + private static final long serialVersionUID = 1292088660; /** * The parameter public.f_arrays.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FAuthorExists.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FAuthorExists.java index ef21cffa02..ec8c0ecc8e 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FAuthorExists.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FAuthorExists.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FAuthorExists extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -440810919; + private static final long serialVersionUID = -773078750; /** * The parameter public.f_author_exists.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FGetOneCursor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FGetOneCursor.java index 5de3e17acf..2c4921ab18 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FGetOneCursor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FGetOneCursor.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FGetOneCursor extends org.jooq.impl.AbstractRoutine> { - private static final long serialVersionUID = 1723781368; + private static final long serialVersionUID = -1375186225; /** * The parameter public.f_get_one_cursor.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FNumber.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FNumber.java index 92b964aefa..43bab9886e 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FNumber.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FNumber.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FNumber extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 751778656; + private static final long serialVersionUID = -1403530007; /** * The parameter public.f_number.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FOne.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FOne.java index e34efb325c..d6f408cb48 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FOne.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FOne.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FOne extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -150160348; + private static final long serialVersionUID = 569072301; /** * The parameter public.f_one.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FSearchBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FSearchBook.java index 97f768e49f..5ab799f506 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FSearchBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/FSearchBook.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class FSearchBook extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -1532527111; + private static final long serialVersionUID = 680255810; /** * The parameter public.f_search_book.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/P391.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/P391.java index 8e98e0f062..916630bcfa 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/P391.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/P391.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class P391 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -530889113; + private static final long serialVersionUID = 1396592446; /** * The parameter public.p391.i1. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays1.java index e117f8657d..65ba1ce93e 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays1.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays1.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PArrays1 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 594838231; + private static final long serialVersionUID = 1982152494; /** * The parameter public.p_arrays.in_array. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays2.java index 5a3aceddff..83c34dc8d1 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays2.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays2.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PArrays2 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -451043612; + private static final long serialVersionUID = -25251973; /** * The parameter public.p_arrays.in_array. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays3.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays3.java index 33936a49ec..0e669c9b9f 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays3.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PArrays3.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PArrays3 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 1358302083; + private static final long serialVersionUID = -1147209574; /** * The parameter public.p_arrays.in_array. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PAuthorExists.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PAuthorExists.java index a11905e55b..2e6a9e7105 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PAuthorExists.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PAuthorExists.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PAuthorExists extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 773629249; + private static final long serialVersionUID = -2840744; /** * The parameter public.p_author_exists.author_name. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthor.java index 887bd40e78..37f05c8169 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthor.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PCreateAuthor extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 2137801511; + private static final long serialVersionUID = -695649986; /** * Create a new routine call instance diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthorByName.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthorByName.java index f84e8b89ff..108e154ee5 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthorByName.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PCreateAuthorByName.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PCreateAuthorByName extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 2088383233; + private static final long serialVersionUID = -1036401384; /** * The parameter public.p_create_author_by_name.first_name. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress1.java index 7ff4f2b204..90ef99ca95 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress1.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress1.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PEnhanceAddress1 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 181649691; + private static final long serialVersionUID = -2082190620; /** * The parameter public.p_enhance_address1.address. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress2.java index a066d1bbda..5b021325f5 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress2.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress2.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PEnhanceAddress2 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 312594799; + private static final long serialVersionUID = -329226632; /** * The parameter public.p_enhance_address2.address. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress3.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress3.java index f6f5610798..719b9cf531 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress3.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PEnhanceAddress3.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PEnhanceAddress3 extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = 1765031688; + private static final long serialVersionUID = -2052434401; /** * The parameter public.p_enhance_address3.address. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetOneCursor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetOneCursor.java index 41d21cd7fb..644f445102 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetOneCursor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetOneCursor.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PGetOneCursor extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -1648379784; + private static final long serialVersionUID = -1174439665; /** * The parameter public.p_get_one_cursor.total. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetTwoCursors.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetTwoCursors.java index 767a807048..0750c6b1a7 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetTwoCursors.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PGetTwoCursors.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PGetTwoCursors extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -889181296; + private static final long serialVersionUID = -1248748327; /** * The parameter public.p_get_two_cursors.books. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PTriggers.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PTriggers.java index 10d17a794d..7c268923bf 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PTriggers.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PTriggers.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PTriggers extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -8227128; + private static final long serialVersionUID = -1494908271; /** * The parameter public.p_triggers.RETURN_VALUE. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PUnused.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PUnused.java index dfae261c87..9d788afcc7 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PUnused.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/routines/PUnused.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.routines; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.routines; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class PUnused extends org.jooq.impl.AbstractRoutine { - private static final long serialVersionUID = -223024458; + private static final long serialVersionUID = -1493143411; /** * The parameter public.p_unused.in1. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TArrays.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TArrays.java index f37b345118..4e2b287e41 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TArrays.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TArrays.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TArrays extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1610147235; + private static final long serialVersionUID = -1551908166; /** * The singleton instance of public.t_arrays diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java index 82102fad72..e3cb2be262 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TAuthor extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1978669675; + private static final long serialVersionUID = 310776108; /** * The singleton instance of public.t_author diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java index 5c71fdffa9..bf7941b69c 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TBook extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1554463991; + private static final long serialVersionUID = 547011534; /** * The singleton instance of public.t_book diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java index a20ad81468..b875edcc95 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TBookStore extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1276645766; + private static final long serialVersionUID = -1205928163; /** * The singleton instance of public.t_book_store diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java index da26d6b0ee..9790e653bb 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TBookToBookStore extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -56304914; + private static final long serialVersionUID = -1780155131; /** * The singleton instance of public.t_book_to_book_store diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java index e03ba9955c..5746762b65 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TBooleans extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1536578610; + private static final long serialVersionUID = 966934715; /** * The singleton instance of public.t_booleans diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TDates.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TDates.java index a886d0b0ef..26e1dfdc9b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TDates.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TDates.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TDates extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1019472590; + private static final long serialVersionUID = -1137702953; /** * The singleton instance of public.t_dates diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TExoticTypes.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TExoticTypes.java index 05c1995eb4..40e6701822 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TExoticTypes.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TExoticTypes.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TExoticTypes extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -129438773; + private static final long serialVersionUID = 669344162; /** * The singleton instance of public.t_exotic_types diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentity.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentity.java index 07a77e95b5..4e68f0e5ae 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentity.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentity.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TIdentity extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -2074609346; + private static final long serialVersionUID = 970883591; /** * The singleton instance of public.t_identity diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentityPk.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentityPk.java index 6b60f25b7e..29a9ec18b7 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentityPk.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TIdentityPk.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TIdentityPk extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 468786635; + private static final long serialVersionUID = 672657684; /** * The singleton instance of public.t_identity_pk diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java index 84c2689726..42797f56d9 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TLanguage extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -714975672; + private static final long serialVersionUID = -624789025; /** * The singleton instance of public.t_language diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TPgExtensions.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TPgExtensions.java index 5c6995dad6..331e25f191 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TPgExtensions.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TPgExtensions.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TPgExtensions extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -585589541; + private static final long serialVersionUID = -1766877852; /** * The singleton instance of public.t_pg_extensions diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TTriggers.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TTriggers.java index f2cda02eec..9f3b3dadc1 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TTriggers.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TTriggers.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TTriggers extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 2110190925; + private static final long serialVersionUID = -1103516316; /** * The singleton instance of public.t_triggers diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TUnsigned.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TUnsigned.java index 832e28403f..2b8c5bc376 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TUnsigned.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TUnsigned.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class TUnsigned extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1615982523; + private static final long serialVersionUID = -1042736316; /** * The singleton instance of public.t_unsigned diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java index 576d84d03c..bce64d44fb 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_639NumbersTable extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 443819837; + private static final long serialVersionUID = 1027968788; /** * The singleton instance of public.t_639_numbers_table diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_725LobTest.java index 80c74d705c..9dbebe99c1 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_725LobTest.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_725LobTest.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_725LobTest extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1570044039; + private static final long serialVersionUID = 29227088; /** * The singleton instance of public.t_725_lob_test diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java index 7614239e0f..69823019b5 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_785 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1506568355; + private static final long serialVersionUID = 1333139622; /** * The singleton instance of public.t_785 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_959.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_959.java index 77b4ce741b..8d526efcf3 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_959.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_959.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_959 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1785121669; + private static final long serialVersionUID = -1388313212; /** * The singleton instance of public.t_959 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_1.java index 205282eb4b..4cfb07c0a8 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_1.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_1.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_986_1 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -481827195; + private static final long serialVersionUID = 1968588238; /** * The singleton instance of public.t_986_1 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_2.java index b3ac87c812..2a806f1d53 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_2.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_986_2.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class T_986_2 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1674443871; + private static final long serialVersionUID = 775971562; /** * The singleton instance of public.t_986_2 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java index e85634f112..d16bebcec4 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class VAuthor extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 655556532; + private static final long serialVersionUID = 2126426877; /** * The singleton instance of public.v_author diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java index 6b5afc49ac..ac76167ec9 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class VBook extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1359434491; + private static final long serialVersionUID = 1418296594; /** * The singleton instance of public.v_book diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java index a8211dc018..7354a99e01 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class VLibrary extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1277738427; + private static final long serialVersionUID = 696320786; /** * The singleton instance of public.v_library diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_2025.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_2025.java index 6f37f76dce..5e6136d62c 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_2025.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_2025.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class XTestCase_2025 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1390590980; + private static final long serialVersionUID = 1055847379; /** * The singleton instance of public.x_test_case_2025 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_64_69.java index e4df40ec93..81ce2f4947 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_64_69.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_64_69.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class XTestCase_64_69 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1373319441; + private static final long serialVersionUID = -573587208; /** * The singleton instance of public.x_test_case_64_69 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_71.java index d238e3d6ce..db6f1c75ca 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_71.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_71.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class XTestCase_71 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1898155647; + private static final long serialVersionUID = 1037851528; /** * The singleton instance of public.x_test_case_71 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java index 0898208cfb..d68a2835c5 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class XTestCase_85 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 733779163; + private static final long serialVersionUID = 825071780; /** * The singleton instance of public.x_test_case_85 diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java index 9a9217bc63..2d619c0463 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class XUnused extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -1130400942; + private static final long serialVersionUID = 711123227; /** * The singleton instance of public.x_unused diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITArrays.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITArrays.java new file mode 100644 index 0000000000..c87164509a --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITArrays.java @@ -0,0 +1,43 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITArrays extends java.io.Serializable { + + /** + * Getter for public.t_arrays.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_arrays.string_array. + */ + public java.lang.String[] getStringArray(); + + /** + * Getter for public.t_arrays.number_array. + */ + public java.lang.Integer[] getNumberArray(); + + /** + * Getter for public.t_arrays.date_array. + */ + public java.sql.Date[] getDateArray(); + + /** + * Getter for public.t_arrays.udt_array. + */ + public org.jooq.test.postgres.generatedclasses.udt.records.UStreetTypeRecord[] getUdtArray(); + + /** + * Getter for public.t_arrays.enum_array. + */ + public org.jooq.test.postgres.generatedclasses.enums.UCountry[] getEnumArray(); + + /** + * Getter for public.t_arrays.array_array. + */ + public java.lang.Integer[] getArrayArray(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITAuthor.java new file mode 100644 index 0000000000..0332db7955 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITAuthor.java @@ -0,0 +1,38 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITAuthor extends java.io.Serializable { + + /** + * Getter for public.t_author.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_author.first_name. + */ + public java.lang.String getFirstName(); + + /** + * Getter for public.t_author.last_name. + */ + public java.lang.String getLastName(); + + /** + * Getter for public.t_author.date_of_birth. + */ + public java.sql.Date getDateOfBirth(); + + /** + * Getter for public.t_author.year_of_birth. + */ + public java.lang.Integer getYearOfBirth(); + + /** + * Getter for public.t_author.address. + */ + public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBook.java new file mode 100644 index 0000000000..6af56048c3 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBook.java @@ -0,0 +1,58 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITBook extends java.io.Serializable { + + /** + * Getter for public.t_book.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_book.author_id. + */ + public java.lang.Integer getAuthorId(); + + /** + * Getter for public.t_book.co_author_id. + */ + public java.lang.Integer getCoAuthorId(); + + /** + * Getter for public.t_book.details_id. + */ + public java.lang.Integer getDetailsId(); + + /** + * Getter for public.t_book.title. + */ + public java.lang.String getTitle(); + + /** + * Getter for public.t_book.published_in. + */ + public java.lang.Integer getPublishedIn(); + + /** + * Getter for public.t_book.language_id. + */ + public java.lang.Integer getLanguageId(); + + /** + * Getter for public.t_book.content_text. + */ + public java.lang.String getContentText(); + + /** + * Getter for public.t_book.content_pdf. + */ + public byte[] getContentPdf(); + + /** + * Getter for public.t_book.status. + */ + public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookStore.java new file mode 100644 index 0000000000..fc9865a1b8 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookStore.java @@ -0,0 +1,13 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITBookStore extends java.io.Serializable { + + /** + * Getter for public.t_book_store.name. + */ + public java.lang.String getName(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookToBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookToBookStore.java new file mode 100644 index 0000000000..74e3f535b5 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBookToBookStore.java @@ -0,0 +1,23 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITBookToBookStore extends java.io.Serializable { + + /** + * Getter for public.t_book_to_book_store.book_store_name. + */ + public java.lang.String getBookStoreName(); + + /** + * Getter for public.t_book_to_book_store.book_id. + */ + public java.lang.Integer getBookId(); + + /** + * Getter for public.t_book_to_book_store.stock. + */ + public java.lang.Integer getStock(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBooleans.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBooleans.java new file mode 100644 index 0000000000..a298207583 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITBooleans.java @@ -0,0 +1,63 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITBooleans extends java.io.Serializable { + + /** + * Getter for public.t_booleans.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_booleans.one_zero. + */ + public org.jooq.test._.converters.Boolean_10 getOneZero(); + + /** + * Getter for public.t_booleans.true_false_lc. + */ + public org.jooq.test._.converters.Boolean_TF_LC getTrueFalseLc(); + + /** + * Getter for public.t_booleans.true_false_uc. + */ + public org.jooq.test._.converters.Boolean_TF_UC getTrueFalseUc(); + + /** + * Getter for public.t_booleans.yes_no_lc. + */ + public org.jooq.test._.converters.Boolean_YES_NO_LC getYesNoLc(); + + /** + * Getter for public.t_booleans.yes_no_uc. + */ + public org.jooq.test._.converters.Boolean_YES_NO_UC getYesNoUc(); + + /** + * Getter for public.t_booleans.y_n_lc. + */ + public org.jooq.test._.converters.Boolean_YN_LC getYNLc(); + + /** + * Getter for public.t_booleans.y_n_uc. + */ + public org.jooq.test._.converters.Boolean_YN_UC getYNUc(); + + /** + * Getter for public.t_booleans.vc_boolean. + */ + public java.lang.Boolean getVcBoolean(); + + /** + * Getter for public.t_booleans.c_boolean. + */ + public java.lang.Boolean getCBoolean(); + + /** + * Getter for public.t_booleans.n_boolean. + */ + public java.lang.Boolean getNBoolean(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITDates.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITDates.java new file mode 100644 index 0000000000..f0852676ea --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITDates.java @@ -0,0 +1,38 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITDates extends java.io.Serializable { + + /** + * Getter for public.t_dates.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_dates.d. + */ + public java.sql.Date getD(); + + /** + * Getter for public.t_dates.t. + */ + public java.sql.Time getT(); + + /** + * Getter for public.t_dates.ts. + */ + public java.sql.Timestamp getTs(); + + /** + * Getter for public.t_dates.d_int. + */ + public java.lang.Integer getDInt(); + + /** + * Getter for public.t_dates.ts_bigint. + */ + public java.lang.Long getTsBigint(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITExoticTypes.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITExoticTypes.java new file mode 100644 index 0000000000..3ae4f316f4 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITExoticTypes.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITExoticTypes extends java.io.Serializable { + + /** + * Getter for public.t_exotic_types.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_exotic_types.uu. + */ + public java.util.UUID getUu(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentity.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentity.java new file mode 100644 index 0000000000..de8b13c450 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentity.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITIdentity extends java.io.Serializable { + + /** + * Getter for public.t_identity.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_identity.val. + */ + public java.lang.Integer getVal(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentityPk.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentityPk.java new file mode 100644 index 0000000000..9a8de406ea --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITIdentityPk.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITIdentityPk extends java.io.Serializable { + + /** + * Getter for public.t_identity_pk.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_identity_pk.val. + */ + public java.lang.Integer getVal(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITLanguage.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITLanguage.java new file mode 100644 index 0000000000..d8b07a5afd --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITLanguage.java @@ -0,0 +1,28 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITLanguage extends java.io.Serializable { + + /** + * Getter for public.t_language.cd. + */ + public java.lang.String getCd(); + + /** + * Getter for public.t_language.description. + */ + public java.lang.String getDescription(); + + /** + * Getter for public.t_language.description_english. + */ + public java.lang.String getDescriptionEnglish(); + + /** + * Getter for public.t_language.id. + */ + public java.lang.Integer getId(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITPgExtensions.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITPgExtensions.java new file mode 100644 index 0000000000..05b0832dc4 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITPgExtensions.java @@ -0,0 +1,33 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITPgExtensions extends java.io.Serializable { + + /** + * Getter for public.t_pg_extensions.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_pg_extensions.pg_interval. + */ + public java.lang.Object getPgInterval(); + + /** + * Getter for public.t_pg_extensions.pg_box. + */ + public java.lang.Object getPgBox(); + + /** + * Getter for public.t_pg_extensions.pg_hstore. + */ + public java.lang.Object getPgHstore(); + + /** + * Getter for public.t_pg_extensions.pg_geometry. + */ + public java.lang.Object getPgGeometry(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITTriggers.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITTriggers.java new file mode 100644 index 0000000000..55bcfd4316 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITTriggers.java @@ -0,0 +1,23 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITTriggers extends java.io.Serializable { + + /** + * Getter for public.t_triggers.id_generated. + */ + public java.lang.Integer getIdGenerated(); + + /** + * Getter for public.t_triggers.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_triggers.counter. + */ + public java.lang.Integer getCounter(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITUnsigned.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITUnsigned.java new file mode 100644 index 0000000000..cf77b5d01d --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/ITUnsigned.java @@ -0,0 +1,28 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface ITUnsigned extends java.io.Serializable { + + /** + * Getter for public.t_unsigned.u_byte. + */ + public org.jooq.types.UByte getUByte(); + + /** + * Getter for public.t_unsigned.u_short. + */ + public org.jooq.types.UShort getUShort(); + + /** + * Getter for public.t_unsigned.u_int. + */ + public org.jooq.types.UInteger getUInt(); + + /** + * Getter for public.t_unsigned.u_long. + */ + public org.jooq.types.ULong getULong(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_639NumbersTable.java new file mode 100644 index 0000000000..5ffaa92b29 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_639NumbersTable.java @@ -0,0 +1,68 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_639NumbersTable extends java.io.Serializable { + + /** + * Getter for public.t_639_numbers_table.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_639_numbers_table.short. + */ + public java.lang.Short getShort(); + + /** + * Getter for public.t_639_numbers_table.integer. + */ + public java.lang.Integer getInteger(); + + /** + * Getter for public.t_639_numbers_table.long. + */ + public java.lang.Long getLong(); + + /** + * Getter for public.t_639_numbers_table.byte_decimal. + */ + public java.lang.Byte getByteDecimal(); + + /** + * Getter for public.t_639_numbers_table.short_decimal. + */ + public java.lang.Short getShortDecimal(); + + /** + * Getter for public.t_639_numbers_table.integer_decimal. + */ + public java.lang.Integer getIntegerDecimal(); + + /** + * Getter for public.t_639_numbers_table.long_decimal. + */ + public java.lang.Long getLongDecimal(); + + /** + * Getter for public.t_639_numbers_table.big_integer. + */ + public java.math.BigInteger getBigInteger(); + + /** + * Getter for public.t_639_numbers_table.big_decimal. + */ + public java.math.BigDecimal getBigDecimal(); + + /** + * Getter for public.t_639_numbers_table.float. + */ + public java.lang.Float getFloat(); + + /** + * Getter for public.t_639_numbers_table.double. + */ + public java.lang.Double getDouble(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_725LobTest.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_725LobTest.java new file mode 100644 index 0000000000..d5150f2dc3 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_725LobTest.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_725LobTest extends java.io.Serializable { + + /** + * Getter for public.t_725_lob_test.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_725_lob_test.lob. + */ + public byte[] getLob(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_785.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_785.java new file mode 100644 index 0000000000..924cab203c --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_785.java @@ -0,0 +1,23 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_785 extends java.io.Serializable { + + /** + * Getter for public.t_785.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.t_785.name. + */ + public java.lang.String getName(); + + /** + * Getter for public.t_785.value. + */ + public java.lang.String getValue(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_959.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_959.java new file mode 100644 index 0000000000..aeee8ccd5c --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_959.java @@ -0,0 +1,13 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_959 extends java.io.Serializable { + + /** + * Getter for public.t_959.java_keywords. + */ + public org.jooq.test.postgres.generatedclasses.enums.U_959 getJavaKeywords(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_1.java new file mode 100644 index 0000000000..aacfb5637b --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_1.java @@ -0,0 +1,13 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_986_1 extends java.io.Serializable { + + /** + * Getter for public.t_986_1.ref. + */ + public java.lang.Integer getRef(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_2.java new file mode 100644 index 0000000000..7014c1b275 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IT_986_2.java @@ -0,0 +1,13 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IT_986_2 extends java.io.Serializable { + + /** + * Getter for public.t_986_2.ref. + */ + public java.lang.Integer getRef(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVAuthor.java new file mode 100644 index 0000000000..dc48543020 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVAuthor.java @@ -0,0 +1,38 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IVAuthor extends java.io.Serializable { + + /** + * Getter for public.v_author.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.v_author.first_name. + */ + public java.lang.String getFirstName(); + + /** + * Getter for public.v_author.last_name. + */ + public java.lang.String getLastName(); + + /** + * Getter for public.v_author.date_of_birth. + */ + public java.sql.Date getDateOfBirth(); + + /** + * Getter for public.v_author.year_of_birth. + */ + public java.lang.Integer getYearOfBirth(); + + /** + * Getter for public.v_author.address. + */ + public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVBook.java new file mode 100644 index 0000000000..2d572a9dca --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVBook.java @@ -0,0 +1,58 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IVBook extends java.io.Serializable { + + /** + * Getter for public.v_book.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.v_book.author_id. + */ + public java.lang.Integer getAuthorId(); + + /** + * Getter for public.v_book.co_author_id. + */ + public java.lang.Integer getCoAuthorId(); + + /** + * Getter for public.v_book.details_id. + */ + public java.lang.Integer getDetailsId(); + + /** + * Getter for public.v_book.title. + */ + public java.lang.String getTitle(); + + /** + * Getter for public.v_book.published_in. + */ + public java.lang.Integer getPublishedIn(); + + /** + * Getter for public.v_book.language_id. + */ + public java.lang.Integer getLanguageId(); + + /** + * Getter for public.v_book.content_text. + */ + public java.lang.String getContentText(); + + /** + * Getter for public.v_book.content_pdf. + */ + public byte[] getContentPdf(); + + /** + * Getter for public.v_book.status. + */ + public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVLibrary.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVLibrary.java new file mode 100644 index 0000000000..e4ba25351d --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IVLibrary.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IVLibrary extends java.io.Serializable { + + /** + * Getter for public.v_library.author. + */ + public java.lang.String getAuthor(); + + /** + * Getter for public.v_library.title. + */ + public java.lang.String getTitle(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_2025.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_2025.java new file mode 100644 index 0000000000..0d16160ab3 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_2025.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IXTestCase_2025 extends java.io.Serializable { + + /** + * Getter for public.x_test_case_2025.ref_id. + */ + public java.lang.Integer getRefId(); + + /** + * Getter for public.x_test_case_2025.ref_name. + */ + public java.lang.String getRefName(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_64_69.java new file mode 100644 index 0000000000..f6f898ae15 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_64_69.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IXTestCase_64_69 extends java.io.Serializable { + + /** + * Getter for public.x_test_case_64_69.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.x_test_case_64_69.unused_id. + */ + public java.lang.Integer getUnusedId(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_71.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_71.java new file mode 100644 index 0000000000..9643bdcb8c --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_71.java @@ -0,0 +1,18 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IXTestCase_71 extends java.io.Serializable { + + /** + * Getter for public.x_test_case_71.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.x_test_case_71.test_case_64_69_id. + */ + public java.lang.Short getTestCase_64_69Id(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_85.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_85.java new file mode 100644 index 0000000000..4ada6d11b1 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXTestCase_85.java @@ -0,0 +1,23 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IXTestCase_85 extends java.io.Serializable { + + /** + * Getter for public.x_test_case_85.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.x_test_case_85.x_unused_id. + */ + public java.lang.Integer getXUnusedId(); + + /** + * Getter for public.x_test_case_85.x_unused_name. + */ + public java.lang.String getXUnusedName(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXUnused.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXUnused.java new file mode 100644 index 0000000000..dfe9f228c6 --- /dev/null +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/interfaces/IXUnused.java @@ -0,0 +1,83 @@ +package org.jooq.test.postgres.generatedclasses.tables.interfaces; + +/** + * This class is generated by jOOQ. + */ +@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public interface IXUnused extends java.io.Serializable { + + /** + * Getter for public.x_unused.id. + */ + public java.lang.Integer getId(); + + /** + * Getter for public.x_unused.name. + */ + public java.lang.String getName(); + + /** + * Getter for public.x_unused.big_integer. + */ + public java.math.BigInteger getBigInteger(); + + /** + * Getter for public.x_unused.id_ref. + */ + public java.lang.Integer getIdRef(); + + /** + * Getter for public.x_unused.class. + */ + public java.lang.Integer getClass_(); + + /** + * Getter for public.x_unused.fields. + */ + public java.lang.Integer getFields(); + + /** + * Getter for public.x_unused.configuration. + */ + public java.lang.Integer getConfiguration(); + + /** + * Getter for public.x_unused.u_d_t. + */ + public java.lang.Integer getUDT(); + + /** + * Getter for public.x_unused.meta_data. + */ + public java.lang.Integer getMetaData(); + + /** + * Getter for public.x_unused.values. + */ + public java.lang.Integer getValues_(); + + /** + * Getter for public.x_unused.type0. + */ + public java.lang.Integer getType0(); + + /** + * Getter for public.x_unused.primary_key. + */ + public java.lang.Integer getPrimaryKey_(); + + /** + * Getter for public.x_unused.primarykey. + */ + public java.lang.Integer getPrimarykey(); + + /** + * Getter for public.x_unused.name_ref. + */ + public java.lang.String getNameRef(); + + /** + * Getter for public.x_unused.FIELD 737. + */ + public java.math.BigDecimal getField_737(); +} diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TArrays.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TArrays.java index e117864a19..109b797655 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TArrays.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TArrays.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TArrays implements java.io.Serializable { +public class TArrays implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITArrays { - private static final long serialVersionUID = 1305405492; + private static final long serialVersionUID = 355205854; private final java.lang.Integer id; private final java.lang.String[] stringArray; @@ -37,30 +34,37 @@ public class TArrays implements java.io.Serializable { this.arrayArray = arrayArray; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.String[] getStringArray() { return this.stringArray; } + @Override public java.lang.Integer[] getNumberArray() { return this.numberArray; } + @Override public java.sql.Date[] getDateArray() { return this.dateArray; } + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UStreetTypeRecord[] getUdtArray() { return this.udtArray; } + @Override public org.jooq.test.postgres.generatedclasses.enums.UCountry[] getEnumArray() { return this.enumArray; } + @Override public java.lang.Integer[] getArrayArray() { return this.arrayArray; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TAuthor.java index fc30255e00..42adb234df 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TAuthor.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TAuthor implements java.io.Serializable { +public class TAuthor implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITAuthor { - private static final long serialVersionUID = -1787159834; + private static final long serialVersionUID = 1168210070; private final java.lang.Integer id; private final java.lang.String firstName; @@ -34,26 +31,32 @@ public class TAuthor implements java.io.Serializable { this.address = address; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.String getFirstName() { return this.firstName; } + @Override public java.lang.String getLastName() { return this.lastName; } + @Override public java.sql.Date getDateOfBirth() { return this.dateOfBirth; } + @Override public java.lang.Integer getYearOfBirth() { return this.yearOfBirth; } + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress() { return this.address; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBook.java index 4edd5e5159..f7abd68e99 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBook.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBook implements java.io.Serializable { +public class TBook implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBook { - private static final long serialVersionUID = 611165969; + private static final long serialVersionUID = 699578201; private final java.lang.Integer id; private final java.lang.Integer authorId; @@ -46,42 +43,52 @@ public class TBook implements java.io.Serializable { this.status = status; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getAuthorId() { return this.authorId; } + @Override public java.lang.Integer getCoAuthorId() { return this.coAuthorId; } + @Override public java.lang.Integer getDetailsId() { return this.detailsId; } + @Override public java.lang.String getTitle() { return this.title; } + @Override public java.lang.Integer getPublishedIn() { return this.publishedIn; } + @Override public java.lang.Integer getLanguageId() { return this.languageId; } + @Override public java.lang.String getContentText() { return this.contentText; } + @Override public byte[] getContentPdf() { return this.contentPdf; } + @Override public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus() { return this.status; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookStore.java index 783396fb81..89054ffeeb 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookStore.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBookStore implements java.io.Serializable { +public class TBookStore implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBookStore { - private static final long serialVersionUID = 827266085; + private static final long serialVersionUID = -359690871; private final java.lang.String name; @@ -19,6 +16,7 @@ public class TBookStore implements java.io.Serializable { this.name = name; } + @Override public java.lang.String getName() { return this.name; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookToBookStore.java index 7f1ed9d003..0b358ef35a 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookToBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBookToBookStore.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBookToBookStore implements java.io.Serializable { +public class TBookToBookStore implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBookToBookStore { - private static final long serialVersionUID = 770958969; + private static final long serialVersionUID = 1321634791; private final java.lang.String bookStoreName; private final java.lang.Integer bookId; @@ -25,14 +22,17 @@ public class TBookToBookStore implements java.io.Serializable { this.stock = stock; } + @Override public java.lang.String getBookStoreName() { return this.bookStoreName; } + @Override public java.lang.Integer getBookId() { return this.bookId; } + @Override public java.lang.Integer getStock() { return this.stock; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBooleans.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBooleans.java index 8ccfe8f6dd..7bfede14ed 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBooleans.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TBooleans.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TBooleans implements java.io.Serializable { +public class TBooleans implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBooleans { - private static final long serialVersionUID = -1859819346; + private static final long serialVersionUID = -1216262939; private final java.lang.Integer id; private final org.jooq.test._.converters.Boolean_10 oneZero; @@ -49,46 +46,57 @@ public class TBooleans implements java.io.Serializable { this.nBoolean = nBoolean; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public org.jooq.test._.converters.Boolean_10 getOneZero() { return this.oneZero; } + @Override public org.jooq.test._.converters.Boolean_TF_LC getTrueFalseLc() { return this.trueFalseLc; } + @Override public org.jooq.test._.converters.Boolean_TF_UC getTrueFalseUc() { return this.trueFalseUc; } + @Override public org.jooq.test._.converters.Boolean_YES_NO_LC getYesNoLc() { return this.yesNoLc; } + @Override public org.jooq.test._.converters.Boolean_YES_NO_UC getYesNoUc() { return this.yesNoUc; } + @Override public org.jooq.test._.converters.Boolean_YN_LC getYNLc() { return this.yNLc; } + @Override public org.jooq.test._.converters.Boolean_YN_UC getYNUc() { return this.yNUc; } + @Override public java.lang.Boolean getVcBoolean() { return this.vcBoolean; } + @Override public java.lang.Boolean getCBoolean() { return this.cBoolean; } + @Override public java.lang.Boolean getNBoolean() { return this.nBoolean; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TDates.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TDates.java index 23cd6a8a28..456321d289 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TDates.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TDates.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TDates implements java.io.Serializable { +public class TDates implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITDates { - private static final long serialVersionUID = 1769302707; + private static final long serialVersionUID = 386674191; private final java.lang.Integer id; private final java.sql.Date d; @@ -34,26 +31,32 @@ public class TDates implements java.io.Serializable { this.tsBigint = tsBigint; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.sql.Date getD() { return this.d; } + @Override public java.sql.Time getT() { return this.t; } + @Override public java.sql.Timestamp getTs() { return this.ts; } + @Override public java.lang.Integer getDInt() { return this.dInt; } + @Override public java.lang.Long getTsBigint() { return this.tsBigint; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TExoticTypes.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TExoticTypes.java index 9a58af39d3..3df0266883 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TExoticTypes.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TExoticTypes.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TExoticTypes implements java.io.Serializable { +public class TExoticTypes implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITExoticTypes { - private static final long serialVersionUID = 918976687; + private static final long serialVersionUID = -1786840821; private final java.lang.Integer id; private final java.util.UUID uu; @@ -22,10 +19,12 @@ public class TExoticTypes implements java.io.Serializable { this.uu = uu; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.util.UUID getUu() { return this.uu; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentity.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentity.java index 483b9e5183..a543b93a1c 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentity.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentity.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TIdentity implements java.io.Serializable { +public class TIdentity implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITIdentity { - private static final long serialVersionUID = 621075272; + private static final long serialVersionUID = 261753751; private final java.lang.Integer id; private final java.lang.Integer val; @@ -22,10 +19,12 @@ public class TIdentity implements java.io.Serializable { this.val = val; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getVal() { return this.val; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentityPk.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentityPk.java index cdd12c7f00..be03ef7c80 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentityPk.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TIdentityPk.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TIdentityPk implements java.io.Serializable { +public class TIdentityPk implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITIdentityPk { - private static final long serialVersionUID = -1245782914; + private static final long serialVersionUID = 1849089256; private final java.lang.Integer id; private final java.lang.Integer val; @@ -22,10 +19,12 @@ public class TIdentityPk implements java.io.Serializable { this.val = val; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getVal() { return this.val; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TLanguage.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TLanguage.java index 5376329da5..eba909053b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TLanguage.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TLanguage.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TLanguage implements java.io.Serializable { +public class TLanguage implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITLanguage { - private static final long serialVersionUID = 122992801; + private static final long serialVersionUID = 1955012314; private final java.lang.String cd; private final java.lang.String description; @@ -28,18 +25,22 @@ public class TLanguage implements java.io.Serializable { this.id = id; } + @Override public java.lang.String getCd() { return this.cd; } + @Override public java.lang.String getDescription() { return this.description; } + @Override public java.lang.String getDescriptionEnglish() { return this.descriptionEnglish; } + @Override public java.lang.Integer getId() { return this.id; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TPgExtensions.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TPgExtensions.java index 5f62e32f8c..c3d57cda16 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TPgExtensions.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TPgExtensions.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TPgExtensions implements java.io.Serializable { +public class TPgExtensions implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITPgExtensions { - private static final long serialVersionUID = 494144070; + private static final long serialVersionUID = -895151427; private final java.lang.Integer id; private final java.lang.Object pgInterval; @@ -31,22 +28,27 @@ public class TPgExtensions implements java.io.Serializable { this.pgGeometry = pgGeometry; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Object getPgInterval() { return this.pgInterval; } + @Override public java.lang.Object getPgBox() { return this.pgBox; } + @Override public java.lang.Object getPgHstore() { return this.pgHstore; } + @Override public java.lang.Object getPgGeometry() { return this.pgGeometry; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TTriggers.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TTriggers.java index 21d64202be..8ef3dec5a7 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TTriggers.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TTriggers.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TTriggers implements java.io.Serializable { +public class TTriggers implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITTriggers { - private static final long serialVersionUID = 791638114; + private static final long serialVersionUID = -247904249; private final java.lang.Integer idGenerated; private final java.lang.Integer id; @@ -25,14 +22,17 @@ public class TTriggers implements java.io.Serializable { this.counter = counter; } + @Override public java.lang.Integer getIdGenerated() { return this.idGenerated; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getCounter() { return this.counter; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TUnsigned.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TUnsigned.java index 595cf5cb09..517dabf82a 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TUnsigned.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/TUnsigned.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TUnsigned implements java.io.Serializable { +public class TUnsigned implements org.jooq.test.postgres.generatedclasses.tables.interfaces.ITUnsigned { - private static final long serialVersionUID = -533593828; + private static final long serialVersionUID = 534737334; private final org.jooq.types.UByte uByte; private final org.jooq.types.UShort uShort; @@ -28,18 +25,22 @@ public class TUnsigned implements java.io.Serializable { this.uLong = uLong; } + @Override public org.jooq.types.UByte getUByte() { return this.uByte; } + @Override public org.jooq.types.UShort getUShort() { return this.uShort; } + @Override public org.jooq.types.UInteger getUInt() { return this.uInt; } + @Override public org.jooq.types.ULong getULong() { return this.uLong; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_639NumbersTable.java index 1860eb75ca..815b4dc42d 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_639NumbersTable.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_639NumbersTable.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_639NumbersTable implements java.io.Serializable { +public class T_639NumbersTable implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_639NumbersTable { - private static final long serialVersionUID = 1653234968; + private static final long serialVersionUID = -947711416; private final java.lang.Integer id; private final java.lang.Short short_; @@ -52,50 +49,62 @@ public class T_639NumbersTable implements java.io.Serializable { this.double_ = double_; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Short getShort() { return this.short_; } + @Override public java.lang.Integer getInteger() { return this.integer; } + @Override public java.lang.Long getLong() { return this.long_; } + @Override public java.lang.Byte getByteDecimal() { return this.byteDecimal; } + @Override public java.lang.Short getShortDecimal() { return this.shortDecimal; } + @Override public java.lang.Integer getIntegerDecimal() { return this.integerDecimal; } + @Override public java.lang.Long getLongDecimal() { return this.longDecimal; } + @Override public java.math.BigInteger getBigInteger() { return this.bigInteger; } + @Override public java.math.BigDecimal getBigDecimal() { return this.bigDecimal; } + @Override public java.lang.Float getFloat() { return this.float_; } + @Override public java.lang.Double getDouble() { return this.double_; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_725LobTest.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_725LobTest.java index c592f9bee2..8d5f08fbd1 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_725LobTest.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_725LobTest.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_725LobTest implements java.io.Serializable { +public class T_725LobTest implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_725LobTest { - private static final long serialVersionUID = 1699839204; + private static final long serialVersionUID = 182310001; private final java.lang.Integer id; private final byte[] lob; @@ -22,10 +19,12 @@ public class T_725LobTest implements java.io.Serializable { this.lob = lob; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public byte[] getLob() { return this.lob; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_785.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_785.java index f5af61f4de..3f97a93dfd 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_785.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_785.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_785 implements java.io.Serializable { +public class T_785 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_785 { - private static final long serialVersionUID = 236014554; + private static final long serialVersionUID = 126635113; private final java.lang.Integer id; private final java.lang.String name; @@ -25,14 +22,17 @@ public class T_785 implements java.io.Serializable { this.value = value; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.String getName() { return this.name; } + @Override public java.lang.String getValue() { return this.value; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_959.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_959.java index 637735dde7..cff9077b84 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_959.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_959.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_959 implements java.io.Serializable { +public class T_959 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_959 { - private static final long serialVersionUID = 1841622798; + private static final long serialVersionUID = -333437308; private final org.jooq.test.postgres.generatedclasses.enums.U_959 javaKeywords; @@ -19,6 +16,7 @@ public class T_959 implements java.io.Serializable { this.javaKeywords = javaKeywords; } + @Override public org.jooq.test.postgres.generatedclasses.enums.U_959 getJavaKeywords() { return this.javaKeywords; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_1.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_1.java index 944f050401..965a6c1a55 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_1.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_1.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_986_1 implements java.io.Serializable { +public class T_986_1 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_986_1 { - private static final long serialVersionUID = 2097062266; + private static final long serialVersionUID = 484105272; private final java.lang.Integer ref; @@ -19,6 +16,7 @@ public class T_986_1 implements java.io.Serializable { this.ref = ref; } + @Override public java.lang.Integer getRef() { return this.ref; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_2.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_2.java index d96c99ad24..47ada3ce2d 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_2.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/T_986_2.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class T_986_2 implements java.io.Serializable { +public class T_986_2 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_986_2 { - private static final long serialVersionUID = 571160922; + private static final long serialVersionUID = 1980294937; private final java.lang.Integer ref; @@ -19,6 +16,7 @@ public class T_986_2 implements java.io.Serializable { this.ref = ref; } + @Override public java.lang.Integer getRef() { return this.ref; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VAuthor.java index 3538a9aa04..ca299020f8 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VAuthor.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VAuthor implements java.io.Serializable { +public class VAuthor implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IVAuthor { - private static final long serialVersionUID = -783976154; + private static final long serialVersionUID = -1920171884; private final java.lang.Integer id; private final java.lang.String firstName; @@ -34,26 +31,32 @@ public class VAuthor implements java.io.Serializable { this.address = address; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.String getFirstName() { return this.firstName; } + @Override public java.lang.String getLastName() { return this.lastName; } + @Override public java.sql.Date getDateOfBirth() { return this.dateOfBirth; } + @Override public java.lang.Integer getYearOfBirth() { return this.yearOfBirth; } + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress() { return this.address; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VBook.java index 7f70398372..09af44a8b3 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VBook.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VBook implements java.io.Serializable { +public class VBook implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IVBook { - private static final long serialVersionUID = 2003979473; + private static final long serialVersionUID = -159909289; private final java.lang.Integer id; private final java.lang.Integer authorId; @@ -46,42 +43,52 @@ public class VBook implements java.io.Serializable { this.status = status; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getAuthorId() { return this.authorId; } + @Override public java.lang.Integer getCoAuthorId() { return this.coAuthorId; } + @Override public java.lang.Integer getDetailsId() { return this.detailsId; } + @Override public java.lang.String getTitle() { return this.title; } + @Override public java.lang.Integer getPublishedIn() { return this.publishedIn; } + @Override public java.lang.Integer getLanguageId() { return this.languageId; } + @Override public java.lang.String getContentText() { return this.contentText; } + @Override public byte[] getContentPdf() { return this.contentPdf; } + @Override public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus() { return this.status; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VLibrary.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VLibrary.java index f223e26320..6c427cc266 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VLibrary.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/VLibrary.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class VLibrary implements java.io.Serializable { +public class VLibrary implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IVLibrary { - private static final long serialVersionUID = -1752553136; + private static final long serialVersionUID = -2371130; private final java.lang.String author; private final java.lang.String title; @@ -22,10 +19,12 @@ public class VLibrary implements java.io.Serializable { this.title = title; } + @Override public java.lang.String getAuthor() { return this.author; } + @Override public java.lang.String getTitle() { return this.title; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_2025.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_2025.java index d3ae46fcac..3511a752c4 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_2025.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_2025.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_2025 implements java.io.Serializable { +public class XTestCase_2025 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_2025 { - private static final long serialVersionUID = -587044065; + private static final long serialVersionUID = -1894864248; private final java.lang.Integer refId; private final java.lang.String refName; @@ -22,10 +19,12 @@ public class XTestCase_2025 implements java.io.Serializable { this.refName = refName; } + @Override public java.lang.Integer getRefId() { return this.refId; } + @Override public java.lang.String getRefName() { return this.refName; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_64_69.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_64_69.java index b86e4872f7..df79e6923e 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_64_69.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_64_69.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_64_69 implements java.io.Serializable { +public class XTestCase_64_69 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_64_69 { - private static final long serialVersionUID = -37846840; + private static final long serialVersionUID = 316610340; private final java.lang.Integer id; private final java.lang.Integer unusedId; @@ -22,10 +19,12 @@ public class XTestCase_64_69 implements java.io.Serializable { this.unusedId = unusedId; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getUnusedId() { return this.unusedId; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_71.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_71.java index d06d11a5f6..0d4c783674 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_71.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_71.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_71 implements java.io.Serializable { +public class XTestCase_71 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_71 { - private static final long serialVersionUID = 373170836; + private static final long serialVersionUID = 841994468; private final java.lang.Integer id; private final java.lang.Short testCase_64_69Id; @@ -22,10 +19,12 @@ public class XTestCase_71 implements java.io.Serializable { this.testCase_64_69Id = testCase_64_69Id; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Short getTestCase_64_69Id() { return this.testCase_64_69Id; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_85.java index 8bfa2a9ad0..48a345a4e4 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_85.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XTestCase_85.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XTestCase_85 implements java.io.Serializable { +public class XTestCase_85 implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_85 { - private static final long serialVersionUID = -1937497235; + private static final long serialVersionUID = -1335455851; private final java.lang.Integer id; private final java.lang.Integer xUnusedId; @@ -25,14 +22,17 @@ public class XTestCase_85 implements java.io.Serializable { this.xUnusedName = xUnusedName; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.Integer getXUnusedId() { return this.xUnusedId; } + @Override public java.lang.String getXUnusedName() { return this.xUnusedName; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XUnused.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XUnused.java index f56c821db0..4817743784 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XUnused.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/pojos/XUnused.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.pojos; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class XUnused implements java.io.Serializable { +public class XUnused implements org.jooq.test.postgres.generatedclasses.tables.interfaces.IXUnused { - private static final long serialVersionUID = 113031397; + private static final long serialVersionUID = -145588795; private final java.lang.Integer id; private final java.lang.String name; @@ -61,62 +58,77 @@ public class XUnused implements java.io.Serializable { this.field_737 = field_737; } + @Override public java.lang.Integer getId() { return this.id; } + @Override public java.lang.String getName() { return this.name; } + @Override public java.math.BigInteger getBigInteger() { return this.bigInteger; } + @Override public java.lang.Integer getIdRef() { return this.idRef; } + @Override public java.lang.Integer getClass_() { return this.class_; } + @Override public java.lang.Integer getFields() { return this.fields; } + @Override public java.lang.Integer getConfiguration() { return this.configuration; } + @Override public java.lang.Integer getUDT() { return this.uDT; } + @Override public java.lang.Integer getMetaData() { return this.metaData; } + @Override public java.lang.Integer getValues_() { return this.values; } + @Override public java.lang.Integer getType0() { return this.type0; } + @Override public java.lang.Integer getPrimaryKey_() { return this.primaryKey; } + @Override public java.lang.Integer getPrimarykey() { return this.primarykey; } + @Override public java.lang.String getNameRef() { return this.nameRef; } + @Override public java.math.BigDecimal getField_737() { return this.field_737; } diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/records/TArraysRecord.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/records/TArraysRecord.java index 026fb6dbc2..3a0db58af2 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/records/TArraysRecord.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/records/TArraysRecord.java @@ -1,15 +1,12 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.tables.records; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class TArraysRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record7 { +public class TArraysRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record7, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITArrays { - private static final long serialVersionUID = 1546289802; + private static final long serialVersionUID = -310366508; /** * Setter for public.t_arrays.id. @@ -21,6 +18,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.string_array. */ + @Override public java.lang.String[] getStringArray() { return (java.lang.String[]) getValue(1); } @@ -49,6 +48,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.number_array. */ + @Override public java.lang.Integer[] getNumberArray() { return (java.lang.Integer[]) getValue(2); } @@ -63,6 +63,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.date_array. */ + @Override public java.sql.Date[] getDateArray() { return (java.sql.Date[]) getValue(3); } @@ -77,6 +78,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.udt_array. */ + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UStreetTypeRecord[] getUdtArray() { return (org.jooq.test.postgres.generatedclasses.udt.records.UStreetTypeRecord[]) getValue(4); } @@ -91,6 +93,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.enum_array. */ + @Override public org.jooq.test.postgres.generatedclasses.enums.UCountry[] getEnumArray() { return (org.jooq.test.postgres.generatedclasses.enums.UCountry[]) getValue(5); } @@ -105,6 +108,7 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_arrays.array_array. */ + @Override public java.lang.Integer[] getArrayArray() { return (java.lang.Integer[]) getValue(6); } @@ -263,4 +267,19 @@ public class TArraysRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record6 { +public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record6, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITAuthor { - private static final long serialVersionUID = 733783283; + private static final long serialVersionUID = 163602846; /** * Setter for public.t_author.id. @@ -21,6 +18,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.first_name. */ + @Override public java.lang.String getFirstName() { return (java.lang.String) getValue(1); } @@ -49,6 +48,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.last_name. */ + @Override public java.lang.String getLastName() { return (java.lang.String) getValue(2); } @@ -63,6 +63,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.date_of_birth. */ + @Override public java.sql.Date getDateOfBirth() { return (java.sql.Date) getValue(3); } @@ -77,6 +78,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.year_of_birth. */ + @Override public java.lang.Integer getYearOfBirth() { return (java.lang.Integer) getValue(4); } @@ -91,6 +93,7 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_author.address. */ + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress() { return (org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord) getValue(5); } @@ -233,4 +236,18 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record10 { +public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record10, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBook { - private static final long serialVersionUID = -117084925; + private static final long serialVersionUID = 2088428185; /** * Setter for public.t_book.id. @@ -21,6 +18,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.author_id. */ + @Override public java.lang.Integer getAuthorId() { return (java.lang.Integer) getValue(1); } @@ -49,6 +48,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.co_author_id. */ + @Override public java.lang.Integer getCoAuthorId() { return (java.lang.Integer) getValue(2); } @@ -63,6 +63,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.details_id. */ + @Override public java.lang.Integer getDetailsId() { return (java.lang.Integer) getValue(3); } @@ -77,6 +78,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.title. */ + @Override public java.lang.String getTitle() { return (java.lang.String) getValue(4); } @@ -91,6 +93,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.published_in. */ + @Override public java.lang.Integer getPublishedIn() { return (java.lang.Integer) getValue(5); } @@ -105,6 +108,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.language_id. */ + @Override public java.lang.Integer getLanguageId() { return (java.lang.Integer) getValue(6); } @@ -119,6 +123,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.content_text. */ + @Override public java.lang.String getContentText() { return (java.lang.String) getValue(7); } @@ -133,6 +138,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.content_pdf. */ + @Override public byte[] getContentPdf() { return (byte[]) getValue(8); } @@ -147,6 +153,7 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book.status. */ + @Override public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus() { return (org.jooq.test.postgres.generatedclasses.enums.UBookStatus) getValue(9); } @@ -353,4 +360,22 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record1 { +public class TBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record1, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBookStore { - private static final long serialVersionUID = 1992653385; + private static final long serialVersionUID = -1198219650; /** * Setter for public.t_book_store.name. @@ -21,6 +18,7 @@ public class TBookStoreRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book_store.name. */ + @Override public java.lang.String getName() { return (java.lang.String) getValue(0); } @@ -83,4 +81,13 @@ public class TBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { +public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBookToBookStore { - private static final long serialVersionUID = 64781078; + private static final long serialVersionUID = 40472030; /** * Setter for public.t_book_to_book_store.book_store_name. @@ -21,6 +18,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book_to_book_store.book_store_name. */ + @Override public java.lang.String getBookStoreName() { return (java.lang.String) getValue(0); } @@ -35,6 +33,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book_to_book_store.book_id. */ + @Override public java.lang.Integer getBookId() { return (java.lang.Integer) getValue(1); } @@ -49,6 +48,7 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_book_to_book_store.stock. */ + @Override public java.lang.Integer getStock() { return (java.lang.Integer) getValue(2); } @@ -143,4 +143,15 @@ public class TBookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record11 { +public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record11, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITBooleans { - private static final long serialVersionUID = -745198926; + private static final long serialVersionUID = -708251702; /** * Setter for public.t_booleans.id. @@ -21,6 +18,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.one_zero. */ + @Override public org.jooq.test._.converters.Boolean_10 getOneZero() { return (org.jooq.test._.converters.Boolean_10) getValue(1); } @@ -49,6 +48,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.true_false_lc. */ + @Override public org.jooq.test._.converters.Boolean_TF_LC getTrueFalseLc() { return (org.jooq.test._.converters.Boolean_TF_LC) getValue(2); } @@ -63,6 +63,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.true_false_uc. */ + @Override public org.jooq.test._.converters.Boolean_TF_UC getTrueFalseUc() { return (org.jooq.test._.converters.Boolean_TF_UC) getValue(3); } @@ -77,6 +78,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.yes_no_lc. */ + @Override public org.jooq.test._.converters.Boolean_YES_NO_LC getYesNoLc() { return (org.jooq.test._.converters.Boolean_YES_NO_LC) getValue(4); } @@ -91,6 +93,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.yes_no_uc. */ + @Override public org.jooq.test._.converters.Boolean_YES_NO_UC getYesNoUc() { return (org.jooq.test._.converters.Boolean_YES_NO_UC) getValue(5); } @@ -105,6 +108,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.y_n_lc. */ + @Override public org.jooq.test._.converters.Boolean_YN_LC getYNLc() { return (org.jooq.test._.converters.Boolean_YN_LC) getValue(6); } @@ -119,6 +123,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.y_n_uc. */ + @Override public org.jooq.test._.converters.Boolean_YN_UC getYNUc() { return (org.jooq.test._.converters.Boolean_YN_UC) getValue(7); } @@ -133,6 +138,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.vc_boolean. */ + @Override public java.lang.Boolean getVcBoolean() { return (java.lang.Boolean) getValue(8); } @@ -147,6 +153,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.c_boolean. */ + @Override public java.lang.Boolean getCBoolean() { return (java.lang.Boolean) getValue(9); } @@ -161,6 +168,7 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_booleans.n_boolean. */ + @Override public java.lang.Boolean getNBoolean() { return (java.lang.Boolean) getValue(10); } @@ -383,4 +391,23 @@ public class TBooleansRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record6 { +public class TDatesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record6, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITDates { - private static final long serialVersionUID = -2087447763; + private static final long serialVersionUID = -1472682201; /** * Setter for public.t_dates.id. @@ -21,6 +18,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.d. */ + @Override public java.sql.Date getD() { return (java.sql.Date) getValue(1); } @@ -49,6 +48,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.t. */ + @Override public java.sql.Time getT() { return (java.sql.Time) getValue(2); } @@ -63,6 +63,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.ts. */ + @Override public java.sql.Timestamp getTs() { return (java.sql.Timestamp) getValue(3); } @@ -77,6 +78,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.d_int. */ + @Override public java.lang.Integer getDInt() { return (java.lang.Integer) getValue(4); } @@ -91,6 +93,7 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_dates.ts_bigint. */ + @Override public java.lang.Long getTsBigint() { return (java.lang.Long) getValue(5); } @@ -233,4 +236,18 @@ public class TDatesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { +public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITExoticTypes { - private static final long serialVersionUID = 1571169856; + private static final long serialVersionUID = -1468520059; /** * Setter for public.t_exotic_types.id. @@ -21,6 +18,7 @@ public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_exotic_types.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_exotic_types.uu. */ + @Override public java.util.UUID getUu() { return (java.util.UUID) getValue(1); } @@ -113,4 +112,14 @@ public class TExoticTypesRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { +public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITIdentityPk { - private static final long serialVersionUID = -1751233262; + private static final long serialVersionUID = -33057344; /** * Setter for public.t_identity_pk.id. @@ -21,6 +18,7 @@ public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_identity_pk.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_identity_pk.val. */ + @Override public java.lang.Integer getVal() { return (java.lang.Integer) getValue(1); } @@ -113,4 +112,14 @@ public class TIdentityPkRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { +public class TIdentityRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITIdentity { - private static final long serialVersionUID = 916406870; + private static final long serialVersionUID = 1293552212; /** * Setter for public.t_identity.id. @@ -21,6 +18,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImplpublic.t_identity.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImplpublic.t_identity.val. */ + @Override public java.lang.Integer getVal() { return (java.lang.Integer) getValue(1); } @@ -101,4 +100,14 @@ public class TIdentityRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record4 { +public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record4, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITLanguage { - private static final long serialVersionUID = -1839200020; + private static final long serialVersionUID = 239292950; /** * Setter for public.t_language.cd. @@ -21,6 +18,7 @@ public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_language.cd. */ + @Override public java.lang.String getCd() { return (java.lang.String) getValue(0); } @@ -35,6 +33,7 @@ public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_language.description. */ + @Override public java.lang.String getDescription() { return (java.lang.String) getValue(1); } @@ -49,6 +48,7 @@ public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_language.description_english. */ + @Override public java.lang.String getDescriptionEnglish() { return (java.lang.String) getValue(2); } @@ -63,6 +63,7 @@ public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_language.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(3); } @@ -173,4 +174,16 @@ public class TLanguageRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record5 { +public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record5, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITPgExtensions { - private static final long serialVersionUID = -450039712; + private static final long serialVersionUID = 1544641901; /** * Setter for public.t_pg_extensions.id. @@ -21,6 +18,7 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_pg_extensions.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_pg_extensions.pg_interval. */ + @Override public java.lang.Object getPgInterval() { return (java.lang.Object) getValue(1); } @@ -49,6 +48,7 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_pg_extensions.pg_box. */ + @Override public java.lang.Object getPgBox() { return (java.lang.Object) getValue(2); } @@ -63,6 +63,7 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_pg_extensions.pg_hstore. */ + @Override public java.lang.Object getPgHstore() { return (java.lang.Object) getValue(3); } @@ -77,6 +78,7 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_pg_extensions.pg_geometry. */ + @Override public java.lang.Object getPgGeometry() { return (java.lang.Object) getValue(4); } @@ -203,4 +205,17 @@ public class TPgExtensionsRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { +public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITTriggers { - private static final long serialVersionUID = 425511623; + private static final long serialVersionUID = 1276666916; /** * Setter for public.t_triggers.id_generated. @@ -21,6 +18,7 @@ public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_triggers.id_generated. */ + @Override public java.lang.Integer getIdGenerated() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_triggers.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(1); } @@ -49,6 +48,7 @@ public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_triggers.counter. */ + @Override public java.lang.Integer getCounter() { return (java.lang.Integer) getValue(2); } @@ -143,4 +143,15 @@ public class TTriggersRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record4 { +public class TUnsignedRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record4, org.jooq.test.postgres.generatedclasses.tables.interfaces.ITUnsigned { - private static final long serialVersionUID = -1146333484; + private static final long serialVersionUID = 1403772398; /** * Setter for public.t_unsigned.u_byte. @@ -21,6 +18,7 @@ public class TUnsignedRecord extends org.jooq.impl.TableRecordImplpublic.t_unsigned.u_byte. */ + @Override public org.jooq.types.UByte getUByte() { return (org.jooq.types.UByte) getValue(0); } @@ -35,6 +33,7 @@ public class TUnsignedRecord extends org.jooq.impl.TableRecordImplpublic.t_unsigned.u_short. */ + @Override public org.jooq.types.UShort getUShort() { return (org.jooq.types.UShort) getValue(1); } @@ -49,6 +48,7 @@ public class TUnsignedRecord extends org.jooq.impl.TableRecordImplpublic.t_unsigned.u_int. */ + @Override public org.jooq.types.UInteger getUInt() { return (org.jooq.types.UInteger) getValue(2); } @@ -63,6 +63,7 @@ public class TUnsignedRecord extends org.jooq.impl.TableRecordImplpublic.t_unsigned.u_long. */ + @Override public org.jooq.types.ULong getULong() { return (org.jooq.types.ULong) getValue(3); } @@ -161,4 +162,16 @@ public class TUnsignedRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record12 { +public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record12, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_639NumbersTable { - private static final long serialVersionUID = 1866036744; + private static final long serialVersionUID = -1115452999; /** * Setter for public.t_639_numbers_table.id. @@ -21,6 +18,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.short. */ + @Override public java.lang.Short getShort() { return (java.lang.Short) getValue(1); } @@ -49,6 +48,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.integer. */ + @Override public java.lang.Integer getInteger() { return (java.lang.Integer) getValue(2); } @@ -63,6 +63,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.long. */ + @Override public java.lang.Long getLong() { return (java.lang.Long) getValue(3); } @@ -77,6 +78,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.byte_decimal. */ + @Override public java.lang.Byte getByteDecimal() { return (java.lang.Byte) getValue(4); } @@ -91,6 +93,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.short_decimal. */ + @Override public java.lang.Short getShortDecimal() { return (java.lang.Short) getValue(5); } @@ -105,6 +108,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.integer_decimal. */ + @Override public java.lang.Integer getIntegerDecimal() { return (java.lang.Integer) getValue(6); } @@ -119,6 +123,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.long_decimal. */ + @Override public java.lang.Long getLongDecimal() { return (java.lang.Long) getValue(7); } @@ -133,6 +138,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.big_integer. */ + @Override public java.math.BigInteger getBigInteger() { return (java.math.BigInteger) getValue(8); } @@ -147,6 +153,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.big_decimal. */ + @Override public java.math.BigDecimal getBigDecimal() { return (java.math.BigDecimal) getValue(9); } @@ -161,6 +168,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.float. */ + @Override public java.lang.Float getFloat() { return (java.lang.Float) getValue(10); } @@ -175,6 +183,7 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_639_numbers_table.double. */ + @Override public java.lang.Double getDouble() { return (java.lang.Double) getValue(11); } @@ -413,4 +422,24 @@ public class T_639NumbersTableRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { +public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_725LobTest { - private static final long serialVersionUID = -557339360; + private static final long serialVersionUID = 1744565309; /** * Setter for public.t_725_lob_test.id. @@ -21,6 +18,7 @@ public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_725_lob_test.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImplpublic.t_725_lob_test.lob. */ + @Override public byte[] getLob() { return (byte[]) getValue(1); } @@ -113,4 +112,14 @@ public class T_725LobTestRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { +public class T_785Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record3, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_785 { - private static final long serialVersionUID = 221603883; + private static final long serialVersionUID = 264778693; /** * Setter for public.t_785.id. @@ -21,6 +18,7 @@ public class T_785Record extends org.jooq.impl.TableRecordImplpublic.t_785.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class T_785Record extends org.jooq.impl.TableRecordImplpublic.t_785.name. */ + @Override public java.lang.String getName() { return (java.lang.String) getValue(1); } @@ -49,6 +48,7 @@ public class T_785Record extends org.jooq.impl.TableRecordImplpublic.t_785.value. */ + @Override public java.lang.String getValue() { return (java.lang.String) getValue(2); } @@ -131,4 +131,15 @@ public class T_785Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1 { +public class T_959Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_959 { - private static final long serialVersionUID = 2007996428; + private static final long serialVersionUID = -914411846; /** * Setter for public.t_959.java_keywords. @@ -21,6 +18,7 @@ public class T_959Record extends org.jooq.impl.TableRecordImplpublic.t_959.java_keywords. */ + @Override public org.jooq.test.postgres.generatedclasses.enums.U_959 getJavaKeywords() { return (org.jooq.test.postgres.generatedclasses.enums.U_959) getValue(0); } @@ -71,4 +69,13 @@ public class T_959Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1 { +public class T_986_1Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_986_1 { - private static final long serialVersionUID = 1978123677; + private static final long serialVersionUID = 1122547577; /** * Setter for public.t_986_1.ref. @@ -21,6 +18,7 @@ public class T_986_1Record extends org.jooq.impl.TableRecordImplpublic.t_986_1.ref. */ + @Override public java.lang.Integer getRef() { return (java.lang.Integer) getValue(0); } @@ -71,4 +69,13 @@ public class T_986_1Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1 { +public class T_986_2Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record1, org.jooq.test.postgres.generatedclasses.tables.interfaces.IT_986_2 { - private static final long serialVersionUID = -1224895717; + private static final long serialVersionUID = -1384680776; /** * Setter for public.t_986_2.ref. @@ -21,6 +18,7 @@ public class T_986_2Record extends org.jooq.impl.TableRecordImplpublic.t_986_2.ref. */ + @Override public java.lang.Integer getRef() { return (java.lang.Integer) getValue(0); } @@ -71,4 +69,13 @@ public class T_986_2Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record6 { +public class VAuthorRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record6, org.jooq.test.postgres.generatedclasses.tables.interfaces.IVAuthor { - private static final long serialVersionUID = 871672374; + private static final long serialVersionUID = 1586116339; /** * Setter for public.v_author.id. @@ -21,6 +18,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.first_name. */ + @Override public java.lang.String getFirstName() { return (java.lang.String) getValue(1); } @@ -49,6 +48,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.last_name. */ + @Override public java.lang.String getLastName() { return (java.lang.String) getValue(2); } @@ -63,6 +63,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.date_of_birth. */ + @Override public java.sql.Date getDateOfBirth() { return (java.sql.Date) getValue(3); } @@ -77,6 +78,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.year_of_birth. */ + @Override public java.lang.Integer getYearOfBirth() { return (java.lang.Integer) getValue(4); } @@ -91,6 +93,7 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImplpublic.v_author.address. */ + @Override public org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord getAddress() { return (org.jooq.test.postgres.generatedclasses.udt.records.UAddressTypeRecord) getValue(5); } @@ -221,4 +224,18 @@ public class VAuthorRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record10 { +public class VBookRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record10, org.jooq.test.postgres.generatedclasses.tables.interfaces.IVBook { - private static final long serialVersionUID = 1962144066; + private static final long serialVersionUID = -1457742218; /** * Setter for public.v_book.id. @@ -21,6 +18,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.author_id. */ + @Override public java.lang.Integer getAuthorId() { return (java.lang.Integer) getValue(1); } @@ -49,6 +48,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.co_author_id. */ + @Override public java.lang.Integer getCoAuthorId() { return (java.lang.Integer) getValue(2); } @@ -63,6 +63,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.details_id. */ + @Override public java.lang.Integer getDetailsId() { return (java.lang.Integer) getValue(3); } @@ -77,6 +78,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.title. */ + @Override public java.lang.String getTitle() { return (java.lang.String) getValue(4); } @@ -91,6 +93,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.published_in. */ + @Override public java.lang.Integer getPublishedIn() { return (java.lang.Integer) getValue(5); } @@ -105,6 +108,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.language_id. */ + @Override public java.lang.Integer getLanguageId() { return (java.lang.Integer) getValue(6); } @@ -119,6 +123,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.content_text. */ + @Override public java.lang.String getContentText() { return (java.lang.String) getValue(7); } @@ -133,6 +138,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.content_pdf. */ + @Override public byte[] getContentPdf() { return (byte[]) getValue(8); } @@ -147,6 +153,7 @@ public class VBookRecord extends org.jooq.impl.TableRecordImplpublic.v_book.status. */ + @Override public org.jooq.test.postgres.generatedclasses.enums.UBookStatus getStatus() { return (org.jooq.test.postgres.generatedclasses.enums.UBookStatus) getValue(9); } @@ -341,4 +348,22 @@ public class VBookRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { +public class VLibraryRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.IVLibrary { - private static final long serialVersionUID = -1905603090; + private static final long serialVersionUID = -2072737743; /** * Setter for public.v_library.author. @@ -21,6 +18,7 @@ public class VLibraryRecord extends org.jooq.impl.TableRecordImplpublic.v_library.author. */ + @Override public java.lang.String getAuthor() { return (java.lang.String) getValue(0); } @@ -35,6 +33,7 @@ public class VLibraryRecord extends org.jooq.impl.TableRecordImplpublic.v_library.title. */ + @Override public java.lang.String getTitle() { return (java.lang.String) getValue(1); } @@ -101,4 +100,14 @@ public class VLibraryRecord extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { +public class XTestCase_2025Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_2025 { - private static final long serialVersionUID = -318576417; + private static final long serialVersionUID = -238459373; /** * Setter for public.x_test_case_2025.ref_id. @@ -21,6 +18,7 @@ public class XTestCase_2025Record extends org.jooq.impl.TableRecordImplpublic.x_test_case_2025.ref_id. */ + @Override public java.lang.Integer getRefId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class XTestCase_2025Record extends org.jooq.impl.TableRecordImplpublic.x_test_case_2025.ref_name. */ + @Override public java.lang.String getRefName() { return (java.lang.String) getValue(1); } @@ -101,4 +100,14 @@ public class XTestCase_2025Record extends org.jooq.impl.TableRecordImpl implements org.jooq.Record2 { +public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_64_69 { - private static final long serialVersionUID = -57406833; + private static final long serialVersionUID = 747655201; /** * Setter for public.x_test_case_64_69.id. @@ -21,6 +18,7 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_64_69.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_64_69.unused_id. */ + @Override public java.lang.Integer getUnusedId() { return (java.lang.Integer) getValue(1); } @@ -113,4 +112,14 @@ public class XTestCase_64_69Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2 { +public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record2, org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_71 { - private static final long serialVersionUID = -163342642; + private static final long serialVersionUID = 247858186; /** * Setter for public.x_test_case_71.id. @@ -21,6 +18,7 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_71.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_71.test_case_64_69_id. */ + @Override public java.lang.Short getTestCase_64_69Id() { return (java.lang.Short) getValue(1); } @@ -113,4 +112,14 @@ public class XTestCase_71Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3 { +public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record3, org.jooq.test.postgres.generatedclasses.tables.interfaces.IXTestCase_85 { - private static final long serialVersionUID = -366388158; + private static final long serialVersionUID = -854543530; /** * Setter for public.x_test_case_85.id. @@ -21,6 +18,7 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_85.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_85.x_unused_id. */ + @Override public java.lang.Integer getXUnusedId() { return (java.lang.Integer) getValue(1); } @@ -49,6 +48,7 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImplpublic.x_test_case_85.x_unused_name. */ + @Override public java.lang.String getXUnusedName() { return (java.lang.String) getValue(2); } @@ -143,4 +143,15 @@ public class XTestCase_85Record extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record15 { +public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl implements org.jooq.Record15, org.jooq.test.postgres.generatedclasses.tables.interfaces.IXUnused { - private static final long serialVersionUID = -1355692959; + private static final long serialVersionUID = 1783201133; /** * Setter for public.x_unused.id. @@ -21,6 +18,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.id. */ + @Override public java.lang.Integer getId() { return (java.lang.Integer) getValue(0); } @@ -35,6 +33,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.name. */ + @Override public java.lang.String getName() { return (java.lang.String) getValue(1); } @@ -49,6 +48,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.big_integer. */ + @Override public java.math.BigInteger getBigInteger() { return (java.math.BigInteger) getValue(2); } @@ -63,6 +63,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.id_ref. */ + @Override public java.lang.Integer getIdRef() { return (java.lang.Integer) getValue(3); } @@ -77,6 +78,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.class. */ + @Override public java.lang.Integer getClass_() { return (java.lang.Integer) getValue(4); } @@ -91,6 +93,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.fields. */ + @Override public java.lang.Integer getFields() { return (java.lang.Integer) getValue(5); } @@ -105,6 +108,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.configuration. */ + @Override public java.lang.Integer getConfiguration() { return (java.lang.Integer) getValue(6); } @@ -119,6 +123,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.u_d_t. */ + @Override public java.lang.Integer getUDT() { return (java.lang.Integer) getValue(7); } @@ -133,6 +138,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.meta_data. */ + @Override public java.lang.Integer getMetaData() { return (java.lang.Integer) getValue(8); } @@ -147,6 +153,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.values. */ + @Override public java.lang.Integer getValues_() { return (java.lang.Integer) getValue(9); } @@ -161,6 +168,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.type0. */ + @Override public java.lang.Integer getType0() { return (java.lang.Integer) getValue(10); } @@ -175,6 +183,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.primary_key. */ + @Override public java.lang.Integer getPrimaryKey_() { return (java.lang.Integer) getValue(11); } @@ -189,6 +198,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.primarykey. */ + @Override public java.lang.Integer getPrimarykey() { return (java.lang.Integer) getValue(12); } @@ -203,6 +213,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.name_ref. */ + @Override public java.lang.String getNameRef() { return (java.lang.String) getValue(13); } @@ -217,6 +228,7 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImplpublic.x_unused.FIELD 737. */ + @Override public java.math.BigDecimal getField_737() { return (java.math.BigDecimal) getValue(14); } @@ -503,4 +515,27 @@ public class XUnusedRecord extends org.jooq.impl.UpdatableRecordImpl { - private static final long serialVersionUID = 1226382538; + private static final long serialVersionUID = -819454431; /** * The singleton instance of public.u_address_type diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java index 65b2674f85..e42da5c02b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.udt; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.udt; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class UStreetType extends org.jooq.impl.UDTImpl { - private static final long serialVersionUID = 1813957313; + private static final long serialVersionUID = 1492121112; /** * The singleton instance of public.u_street_type diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UUuids.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UUuids.java index d077d4029c..1978805dd8 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UUuids.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UUuids.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.udt; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.udt; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class UUuids extends org.jooq.impl.UDTImpl { - private static final long serialVersionUID = -1890792487; + private static final long serialVersionUID = -694792784; /** * The singleton instance of public.u_uuids diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UAddressTypeRecord.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UAddressTypeRecord.java index 228297564d..59526686c8 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UAddressTypeRecord.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UAddressTypeRecord.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.udt.records; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.udt.records; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class UAddressTypeRecord extends org.jooq.impl.UDTRecordImpl { - private static final long serialVersionUID = -468261886; + private static final long serialVersionUID = 725950411; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UStreetTypeRecord.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UStreetTypeRecord.java index c1b021eafe..89b3938e72 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UStreetTypeRecord.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UStreetTypeRecord.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.udt.records; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.udt.records; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class UStreetTypeRecord extends org.jooq.impl.UDTRecordImpl { - private static final long serialVersionUID = 117692746; + private static final long serialVersionUID = 177581011; /** diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UUuidsRecord.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UUuidsRecord.java index ab8c9fb70a..54717d1051 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UUuidsRecord.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/records/UUuidsRecord.java @@ -1,6 +1,3 @@ -/** - * This class is generated by jOOQ - */ package org.jooq.test.postgres.generatedclasses.udt.records; /** @@ -9,7 +6,7 @@ package org.jooq.test.postgres.generatedclasses.udt.records; @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class UUuidsRecord extends org.jooq.impl.UDTRecordImpl { - private static final long serialVersionUID = -382937394; + private static final long serialVersionUID = -1053638121; /**