Regenerated sakila database

This commit is contained in:
Lukas Eder 2013-04-03 21:18:59 +02:00
parent c9b747eb0e
commit cd8b05e1b1
17 changed files with 16 additions and 21 deletions

View File

@ -80,11 +80,6 @@ public class Keys {
public static final org.jooq.ForeignKey<org.jooq.examples.mysql.sakila.tables.records.StoreRecord, org.jooq.examples.mysql.sakila.tables.records.StaffRecord> FK_STORE_STAFF = ForeignKeys0.FK_STORE_STAFF;
public static final org.jooq.ForeignKey<org.jooq.examples.mysql.sakila.tables.records.StoreRecord, org.jooq.examples.mysql.sakila.tables.records.AddressRecord> FK_STORE_ADDRESS = ForeignKeys0.FK_STORE_ADDRESS;
/**
* No further instances allowed
*/
private Keys() {}
// -------------------------------------------------------------------------
// [#1459] distribute members to avoid static initialisers > 64kb
// -------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Actor extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.ActorRecord> {
private static final long serialVersionUID = -965399285;
private static final long serialVersionUID = -925179657;
/**
* The singleton instance of <code>sakila.actor</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Address extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.AddressRecord> {
private static final long serialVersionUID = 1315952825;
private static final long serialVersionUID = -1281345977;
/**
* The singleton instance of <code>sakila.address</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Category extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.CategoryRecord> {
private static final long serialVersionUID = 512104530;
private static final long serialVersionUID = 1682858836;
/**
* The singleton instance of <code>sakila.category</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class City extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.CityRecord> {
private static final long serialVersionUID = 1398014773;
private static final long serialVersionUID = 945321405;
/**
* The singleton instance of <code>sakila.city</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Country extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.CountryRecord> {
private static final long serialVersionUID = 98504979;
private static final long serialVersionUID = -1158467383;
/**
* The singleton instance of <code>sakila.country</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Customer extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.CustomerRecord> {
private static final long serialVersionUID = -302686982;
private static final long serialVersionUID = 812293308;
/**
* The singleton instance of <code>sakila.customer</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Film extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.FilmRecord> {
private static final long serialVersionUID = 111928938;
private static final long serialVersionUID = 2009638772;
/**
* The singleton instance of <code>sakila.film</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class FilmActor extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.FilmActorRecord> {
private static final long serialVersionUID = -666515970;
private static final long serialVersionUID = -1116702262;
/**
* The singleton instance of <code>sakila.film_actor</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class FilmCategory extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.FilmCategoryRecord> {
private static final long serialVersionUID = 889287459;
private static final long serialVersionUID = 290157789;
/**
* The singleton instance of <code>sakila.film_category</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class FilmText extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.FilmTextRecord> {
private static final long serialVersionUID = 1887884152;
private static final long serialVersionUID = -452830212;
/**
* The singleton instance of <code>sakila.film_text</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Inventory extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.InventoryRecord> {
private static final long serialVersionUID = -692418164;
private static final long serialVersionUID = 788345034;
/**
* The singleton instance of <code>sakila.inventory</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Language extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.LanguageRecord> {
private static final long serialVersionUID = -769490296;
private static final long serialVersionUID = -1119068614;
/**
* The singleton instance of <code>sakila.language</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Payment extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.PaymentRecord> {
private static final long serialVersionUID = -1877795373;
private static final long serialVersionUID = -783712535;
/**
* The singleton instance of <code>sakila.payment</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Rental extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.RentalRecord> {
private static final long serialVersionUID = -2056406615;
private static final long serialVersionUID = -402783373;
/**
* The singleton instance of <code>sakila.rental</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Staff extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.StaffRecord> {
private static final long serialVersionUID = -1378809050;
private static final long serialVersionUID = -410197284;
/**
* The singleton instance of <code>sakila.staff</code>

View File

@ -9,7 +9,7 @@ package org.jooq.examples.mysql.sakila.tables;
@java.lang.SuppressWarnings({ "all", "unchecked" })
public class Store extends org.jooq.impl.TableImpl<org.jooq.examples.mysql.sakila.tables.records.StoreRecord> {
private static final long serialVersionUID = 1964530156;
private static final long serialVersionUID = -173199488;
/**
* The singleton instance of <code>sakila.store</code>