Regenerate examples
This commit is contained in:
parent
059efb93e4
commit
a0cb20f41b
@ -20,14 +20,14 @@ import org.jooq.impl.CatalogImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class DefaultCatalog extends CatalogImpl {
|
||||
|
||||
private static final long serialVersionUID = -1730893983;
|
||||
private static final long serialVersionUID = 372784610;
|
||||
|
||||
/**
|
||||
* The reference instance of <code></code>
|
||||
|
||||
@ -21,7 +21,7 @@ import org.jooq.impl.AbstractKeys;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -27,7 +27,7 @@ import org.jooq.impl.AbstractKeys;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -25,14 +25,14 @@ import org.jooq.impl.SchemaImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Public extends SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 1784458065;
|
||||
private static final long serialVersionUID = 2049419090;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC</code>
|
||||
|
||||
@ -18,7 +18,7 @@ import org.jooq.example.jpa.jooq.tables.Language;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -31,14 +31,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Actor extends TableImpl<ActorRecord> {
|
||||
|
||||
private static final long serialVersionUID = -671029027;
|
||||
private static final long serialVersionUID = -84743714;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.ACTOR</code>
|
||||
|
||||
@ -33,14 +33,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Film extends TableImpl<FilmRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1030256935;
|
||||
private static final long serialVersionUID = 1355236294;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.FILM</code>
|
||||
|
||||
@ -31,14 +31,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FilmActor extends TableImpl<FilmActorRecord> {
|
||||
|
||||
private static final long serialVersionUID = 264847594;
|
||||
private static final long serialVersionUID = 2033141419;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.FILM_ACTOR</code>
|
||||
|
||||
@ -31,14 +31,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Language extends TableImpl<LanguageRecord> {
|
||||
|
||||
private static final long serialVersionUID = -302268162;
|
||||
private static final long serialVersionUID = -499918273;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.LANGUAGE</code>
|
||||
|
||||
@ -20,14 +20,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class ActorRecord extends UpdatableRecordImpl<ActorRecord> implements Record3<Integer, String, String> {
|
||||
|
||||
private static final long serialVersionUID = 1559459935;
|
||||
private static final long serialVersionUID = -313567136;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.ACTOR.ACTORID</code>.
|
||||
|
||||
@ -19,14 +19,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FilmActorRecord extends UpdatableRecordImpl<FilmActorRecord> implements Record2<Integer, Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1447925980;
|
||||
private static final long serialVersionUID = 959404197;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.FILM_ACTOR.FILMS_FILMID</code>.
|
||||
|
||||
@ -22,14 +22,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class FilmRecord extends UpdatableRecordImpl<FilmRecord> implements Record6<Integer, Integer, Year, String, Integer, Integer> {
|
||||
|
||||
private static final long serialVersionUID = -1746095610;
|
||||
private static final long serialVersionUID = 1316289701;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.FILM.FILMID</code>.
|
||||
|
||||
@ -20,14 +20,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class LanguageRecord extends UpdatableRecordImpl<LanguageRecord> implements Record2<Integer, String> {
|
||||
|
||||
private static final long serialVersionUID = -1984471177;
|
||||
private static final long serialVersionUID = -249889672;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.LANGUAGE.LANGUAGEID</code>.
|
||||
|
||||
@ -20,14 +20,14 @@ import org.jooq.impl.CatalogImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class DefaultCatalog extends CatalogImpl {
|
||||
|
||||
private static final long serialVersionUID = 1003108199;
|
||||
private static final long serialVersionUID = 796727430;
|
||||
|
||||
/**
|
||||
* The reference instance of <code></code>
|
||||
|
||||
@ -21,7 +21,7 @@ import org.jooq.impl.AbstractKeys;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -27,7 +27,7 @@ import org.jooq.impl.AbstractKeys;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -26,14 +26,14 @@ import org.jooq.impl.SchemaImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Public extends SchemaImpl {
|
||||
|
||||
private static final long serialVersionUID = 763160494;
|
||||
private static final long serialVersionUID = 251636015;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC</code>
|
||||
|
||||
@ -16,7 +16,7 @@ import org.jooq.impl.SequenceImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -18,7 +18,7 @@ import org.jooq.example.db.h2.tables.BookToBookStore;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
|
||||
@ -32,14 +32,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Author extends TableImpl<AuthorRecord> {
|
||||
|
||||
private static final long serialVersionUID = -228141913;
|
||||
private static final long serialVersionUID = 1395848326;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.AUTHOR</code>
|
||||
|
||||
@ -33,14 +33,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Book extends TableImpl<BookRecord> {
|
||||
|
||||
private static final long serialVersionUID = -973522990;
|
||||
private static final long serialVersionUID = -82241133;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.BOOK</code>
|
||||
|
||||
@ -30,14 +30,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookStore extends TableImpl<BookStoreRecord> {
|
||||
|
||||
private static final long serialVersionUID = 1798418760;
|
||||
private static final long serialVersionUID = -1429191799;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.BOOK_STORE</code>
|
||||
|
||||
@ -31,14 +31,14 @@ import org.jooq.impl.TableImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookToBookStore extends TableImpl<BookToBookStoreRecord> {
|
||||
|
||||
private static final long serialVersionUID = 225967216;
|
||||
private static final long serialVersionUID = 1398499249;
|
||||
|
||||
/**
|
||||
* The reference instance of <code>PUBLIC.BOOK_TO_BOOK_STORE</code>
|
||||
|
||||
@ -16,14 +16,14 @@ import javax.annotation.Generated;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Author implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1406563178;
|
||||
private static final long serialVersionUID = 1870639659;
|
||||
|
||||
private Integer id;
|
||||
private String firstName;
|
||||
|
||||
@ -16,14 +16,14 @@ import javax.annotation.Generated;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class Book implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 25332065;
|
||||
private static final long serialVersionUID = 972433600;
|
||||
|
||||
private Integer id;
|
||||
private Integer authorId;
|
||||
|
||||
@ -15,14 +15,14 @@ import javax.annotation.Generated;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookStore implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -312859337;
|
||||
private static final long serialVersionUID = -218209514;
|
||||
|
||||
private String name;
|
||||
|
||||
|
||||
@ -15,14 +15,14 @@ import javax.annotation.Generated;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookToBookStore implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -560373951;
|
||||
private static final long serialVersionUID = -2082565216;
|
||||
|
||||
private String bookStoreName;
|
||||
private Integer bookId;
|
||||
|
||||
@ -22,14 +22,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class AuthorRecord extends UpdatableRecordImpl<AuthorRecord> implements Record6<Integer, String, String, Date, Integer, String> {
|
||||
|
||||
private static final long serialVersionUID = 999666825;
|
||||
private static final long serialVersionUID = 349366154;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.AUTHOR.ID</code>.
|
||||
|
||||
@ -22,14 +22,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookRecord extends UpdatableRecordImpl<BookRecord> implements Record11<Integer, Integer, Integer, Integer, String, Integer, Integer, String, byte[], Integer, Timestamp> {
|
||||
|
||||
private static final long serialVersionUID = 2119061160;
|
||||
private static final long serialVersionUID = 85475911;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.BOOK.ID</code>.
|
||||
|
||||
@ -19,14 +19,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookStoreRecord extends UpdatableRecordImpl<BookStoreRecord> implements Record1<String> {
|
||||
|
||||
private static final long serialVersionUID = 1235477825;
|
||||
private static final long serialVersionUID = -1716085758;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.BOOK_STORE.NAME</code>.
|
||||
|
||||
@ -20,14 +20,14 @@ import org.jooq.impl.UpdatableRecordImpl;
|
||||
@Generated(
|
||||
value = {
|
||||
"http://www.jooq.org",
|
||||
"jOOQ version:3.10.0"
|
||||
"jOOQ version:3.11.0"
|
||||
},
|
||||
comments = "This class is generated by jOOQ"
|
||||
)
|
||||
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
||||
public class BookToBookStoreRecord extends UpdatableRecordImpl<BookToBookStoreRecord> implements Record3<String, Integer, Integer> {
|
||||
|
||||
private static final long serialVersionUID = 1742096196;
|
||||
private static final long serialVersionUID = -2097052923;
|
||||
|
||||
/**
|
||||
* Setter for <code>PUBLIC.BOOK_TO_BOOK_STORE.BOOK_STORE_NAME</code>.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user