Re-generated example code

This commit is contained in:
Lukas Eder 2023-09-29 16:45:27 +02:00
parent 526e259b6b
commit d92b678e16
182 changed files with 182 additions and 182 deletions

View File

@ -15,7 +15,7 @@ import org.jooq.impl.CatalogImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class DefaultCatalog extends CatalogImpl {
private static final long serialVersionUID = 1L;

View File

@ -18,7 +18,7 @@ import org.jooq.impl.SchemaImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FlywayTest extends SchemaImpl {
private static final long serialVersionUID = 1L;

View File

@ -19,7 +19,7 @@ import org.jooq.impl.Internal;
* A class modelling foreign key relationships and constraints of tables in
* FLYWAY_TEST.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Keys {
// -------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@ import org.jooq.impl.SQLDataType;
/**
* Convenience access to all sequences in FLYWAY_TEST.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Sequences {
/**

View File

@ -11,7 +11,7 @@ import org.jooq.example.flyway.ddl.db.h2.tables.Book;
/**
* Convenience access to all tables in FLYWAY_TEST.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Tables {
/**

View File

@ -36,7 +36,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Author extends TableImpl<AuthorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -37,7 +37,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Book extends TableImpl<BookRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class AuthorRecord extends UpdatableRecordImpl<AuthorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class BookRecord extends UpdatableRecordImpl<BookRecord> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.CatalogImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class DefaultCatalog extends CatalogImpl {
private static final long serialVersionUID = 1L;

View File

@ -20,7 +20,7 @@ import org.jooq.impl.SchemaImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class DefaultSchema extends SchemaImpl {
private static final long serialVersionUID = 1L;

View File

@ -23,7 +23,7 @@ import org.jooq.impl.Internal;
* A class modelling foreign key relationships and constraints of tables in the
* default schema.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Keys {
// -------------------------------------------------------------------------

View File

@ -12,7 +12,7 @@ import org.jooq.impl.SQLDataType;
/**
* Convenience access to all sequences in the default schema.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Sequences {
/**

View File

@ -13,7 +13,7 @@ import org.jooq.example.jpa.jooq.tables.Language;
/**
* Convenience access to all tables in the default schema.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Tables {
/**

View File

@ -36,7 +36,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Actor extends TableImpl<ActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -40,7 +40,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Film extends TableImpl<FilmRecord> {
private static final long serialVersionUID = 1L;

View File

@ -38,7 +38,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmActor extends TableImpl<FilmActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -35,7 +35,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Language extends TableImpl<LanguageRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class ActorRecord extends UpdatableRecordImpl<ActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmActorRecord extends UpdatableRecordImpl<FilmActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmRecord extends UpdatableRecordImpl<FilmRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class LanguageRecord extends UpdatableRecordImpl<LanguageRecord> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.CatalogImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class DefaultCatalog extends CatalogImpl {
private static final long serialVersionUID = 1L;

View File

@ -19,7 +19,7 @@ import org.jooq.impl.Internal;
* A class modelling foreign key relationships and constraints of tables in
* R2DBC_EXAMPLE.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Keys {
// -------------------------------------------------------------------------

View File

@ -17,7 +17,7 @@ import org.jooq.impl.SchemaImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class R2dbcExample extends SchemaImpl {
private static final long serialVersionUID = 1L;

View File

@ -11,7 +11,7 @@ import org.jooq.example.r2dbc.db.tables.Book;
/**
* Convenience access to all tables in R2DBC_EXAMPLE.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Tables {
/**

View File

@ -36,7 +36,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Author extends TableImpl<AuthorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -38,7 +38,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Book extends TableImpl<BookRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class AuthorRecord extends UpdatableRecordImpl<AuthorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -12,7 +12,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class BookRecord extends UpdatableRecordImpl<BookRecord> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.CatalogImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class DefaultCatalog extends CatalogImpl {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.SQLDataType;
/**
* Convenience access to all Domains in public.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Domains {
/**

View File

@ -29,7 +29,7 @@ import org.jooq.impl.Internal;
/**
* A class modelling indexes of tables in public.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Indexes {
// -------------------------------------------------------------------------

View File

@ -57,7 +57,7 @@ import org.jooq.impl.Internal;
* A class modelling foreign key relationships and constraints of tables in
* public.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Keys {
// -------------------------------------------------------------------------

View File

@ -54,7 +54,7 @@ import org.jooq.impl.SchemaImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Public extends SchemaImpl {
private static final long serialVersionUID = 1L;

View File

@ -29,7 +29,7 @@ import org.jooq.example.testcontainers.db.tables.records.FilmNotInStockRecord;
/**
* Convenience access to all stored procedures and functions in public.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Routines {
/**

View File

@ -48,7 +48,7 @@ import org.jooq.example.testcontainers.db.tables.records.FilmNotInStockRecord;
/**
* Convenience access to all tables in public.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Tables {
/**

View File

@ -13,7 +13,7 @@ import org.jooq.example.testcontainers.db.Public;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public enum MpaaRating implements EnumType {
G("G"),

View File

@ -18,7 +18,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class GetCustomerBalance extends AbstractRoutine<BigDecimal> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class GroupConcat extends AbstractRoutine<String> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class InventoryHeldByCustomer extends AbstractRoutine<Integer> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class InventoryInStock extends AbstractRoutine<Boolean> {
private static final long serialVersionUID = 1L;

View File

@ -18,7 +18,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class LastDay extends AbstractRoutine<LocalDate> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.SQLDataType;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class _GroupConcat extends AbstractRoutine<String> {
private static final long serialVersionUID = 1L;

View File

@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Actor extends TableImpl<ActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -28,7 +28,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class ActorInfo extends TableImpl<ActorInfoRecord> {
private static final long serialVersionUID = 1L;

View File

@ -44,7 +44,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Address extends TableImpl<AddressRecord> {
private static final long serialVersionUID = 1L;

View File

@ -38,7 +38,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Category extends TableImpl<CategoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -42,7 +42,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class City extends TableImpl<CityRecord> {
private static final long serialVersionUID = 1L;

View File

@ -37,7 +37,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Country extends TableImpl<CountryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -51,7 +51,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Customer extends TableImpl<CustomerRecord> {
private static final long serialVersionUID = 1L;

View File

@ -28,7 +28,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CustomerList extends TableImpl<CustomerListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -50,7 +50,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Film extends TableImpl<FilmRecord> {
private static final long serialVersionUID = 1L;

View File

@ -41,7 +41,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmActor extends TableImpl<FilmActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -39,7 +39,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmCategory extends TableImpl<FilmCategoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -21,7 +21,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmInStock extends TableImpl<FilmInStockRecord> {
private static final long serialVersionUID = 1L;

View File

@ -30,7 +30,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmList extends TableImpl<FilmListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -21,7 +21,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmNotInStock extends TableImpl<FilmNotInStockRecord> {
private static final long serialVersionUID = 1L;

View File

@ -43,7 +43,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Inventory extends TableImpl<InventoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -37,7 +37,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Language extends TableImpl<LanguageRecord> {
private static final long serialVersionUID = 1L;

View File

@ -30,7 +30,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class NicerButSlowerFilmList extends TableImpl<NicerButSlowerFilmListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -44,7 +44,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Payment extends TableImpl<PaymentRecord> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_01 extends TableImpl<PaymentP2007_01Record> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_02 extends TableImpl<PaymentP2007_02Record> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_03 extends TableImpl<PaymentP2007_03Record> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_04 extends TableImpl<PaymentP2007_04Record> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_05 extends TableImpl<PaymentP2007_05Record> {
private static final long serialVersionUID = 1L;

View File

@ -45,7 +45,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_06 extends TableImpl<PaymentP2007_06Record> {
private static final long serialVersionUID = 1L;

View File

@ -50,7 +50,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Rental extends TableImpl<RentalRecord> {
private static final long serialVersionUID = 1L;

View File

@ -26,7 +26,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class RewardsReport extends TableImpl<CustomerRecord> {
private static final long serialVersionUID = 1L;

View File

@ -29,7 +29,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class SalesByFilmCategory extends TableImpl<SalesByFilmCategoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -29,7 +29,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class SalesByStore extends TableImpl<SalesByStoreRecord> {
private static final long serialVersionUID = 1L;

View File

@ -48,7 +48,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Staff extends TableImpl<StaffRecord> {
private static final long serialVersionUID = 1L;

View File

@ -28,7 +28,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class StaffList extends TableImpl<StaffListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -44,7 +44,7 @@ import org.jooq.impl.TableImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class Store extends TableImpl<StoreRecord> {
private static final long serialVersionUID = 1L;

View File

@ -11,7 +11,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class ActorInfoRecord extends TableRecordImpl<ActorInfoRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class ActorRecord extends UpdatableRecordImpl<ActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class AddressRecord extends UpdatableRecordImpl<AddressRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CategoryRecord extends UpdatableRecordImpl<CategoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CityRecord extends UpdatableRecordImpl<CityRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CountryRecord extends UpdatableRecordImpl<CountryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -11,7 +11,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CustomerListRecord extends TableRecordImpl<CustomerListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class CustomerRecord extends UpdatableRecordImpl<CustomerRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmActorRecord extends UpdatableRecordImpl<FilmActorRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmCategoryRecord extends UpdatableRecordImpl<FilmCategoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -11,7 +11,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmInStockRecord extends TableRecordImpl<FilmInStockRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmListRecord extends TableRecordImpl<FilmListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -11,7 +11,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmNotInStockRecord extends TableRecordImpl<FilmNotInStockRecord> {
private static final long serialVersionUID = 1L;

View File

@ -16,7 +16,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class FilmRecord extends UpdatableRecordImpl<FilmRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class InventoryRecord extends UpdatableRecordImpl<InventoryRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class LanguageRecord extends UpdatableRecordImpl<LanguageRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class NicerButSlowerFilmListRecord extends TableRecordImpl<NicerButSlowerFilmListRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_01Record extends TableRecordImpl<PaymentP2007_01Record> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_02Record extends TableRecordImpl<PaymentP2007_02Record> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_03Record extends TableRecordImpl<PaymentP2007_03Record> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_04Record extends TableRecordImpl<PaymentP2007_04Record> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_05Record extends TableRecordImpl<PaymentP2007_05Record> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.TableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentP2007_06Record extends TableRecordImpl<PaymentP2007_06Record> {
private static final long serialVersionUID = 1L;

View File

@ -15,7 +15,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class PaymentRecord extends UpdatableRecordImpl<PaymentRecord> {
private static final long serialVersionUID = 1L;

View File

@ -14,7 +14,7 @@ import org.jooq.impl.UpdatableRecordImpl;
/**
* This class is generated by jOOQ.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
@SuppressWarnings({ "all", "unchecked", "rawtypes", "this-escape" })
public class RentalRecord extends UpdatableRecordImpl<RentalRecord> {
private static final long serialVersionUID = 1L;

Some files were not shown because too many files have changed in this diff Show More