Re-generated example code
This commit is contained in:
parent
526e259b6b
commit
d92b678e16
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -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 {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
@ -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"),
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user