Serialized Form
-
Package org.apache.camel.component.jooq.db
-
Class org.apache.camel.component.jooq.db.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
PUBLIC
Public PUBLIC
The schemaPUBLIC.
-
-
Class org.apache.camel.component.jooq.db.Public
class Public extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
AUTHOR
Author AUTHOR
The tablePUBLIC.AUTHOR. -
BOOK
Book BOOK
The tablePUBLIC.BOOK. -
BOOK_STORE
BookStore BOOK_STORE
The tablePUBLIC.BOOK_STORE. -
BOOK_TO_BOOK_STORE
BookToBookStore BOOK_TO_BOOK_STORE
The tablePUBLIC.BOOK_TO_BOOK_STORE.
-
-
-
Package org.apache.camel.component.jooq.db.tables
-
Class org.apache.camel.component.jooq.db.tables.Author
class Author extends org.jooq.impl.TableImpl<AuthorRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ADDRESS
org.jooq.TableField<AuthorRecord,
String> ADDRESS The columnPUBLIC.AUTHOR.ADDRESS. -
DATE_OF_BIRTH
org.jooq.TableField<AuthorRecord,
LocalDate> DATE_OF_BIRTH The columnPUBLIC.AUTHOR.DATE_OF_BIRTH. -
FIRST_NAME
org.jooq.TableField<AuthorRecord,
String> FIRST_NAME The columnPUBLIC.AUTHOR.FIRST_NAME. -
ID
org.jooq.TableField<AuthorRecord,
Integer> ID The columnPUBLIC.AUTHOR.ID. -
LAST_NAME
org.jooq.TableField<AuthorRecord,
String> LAST_NAME The columnPUBLIC.AUTHOR.LAST_NAME. -
YEAR_OF_BIRTH
org.jooq.TableField<AuthorRecord,
Integer> YEAR_OF_BIRTH The columnPUBLIC.AUTHOR.YEAR_OF_BIRTH.
-
-
Class org.apache.camel.component.jooq.db.tables.Book
class Book extends org.jooq.impl.TableImpl<BookRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
AUTHOR_ID
org.jooq.TableField<BookRecord,
Integer> AUTHOR_ID The columnPUBLIC.BOOK.AUTHOR_ID. -
CO_AUTHOR_ID
org.jooq.TableField<BookRecord,
Integer> CO_AUTHOR_ID The columnPUBLIC.BOOK.CO_AUTHOR_ID. -
CONTENT_PDF
org.jooq.TableField<BookRecord,
byte[]> CONTENT_PDF The columnPUBLIC.BOOK.CONTENT_PDF. -
CONTENT_TEXT
org.jooq.TableField<BookRecord,
String> CONTENT_TEXT The columnPUBLIC.BOOK.CONTENT_TEXT. -
DETAILS_ID
org.jooq.TableField<BookRecord,
Integer> DETAILS_ID The columnPUBLIC.BOOK.DETAILS_ID. -
ID
org.jooq.TableField<BookRecord,
Integer> ID The columnPUBLIC.BOOK.ID. -
LANGUAGE_ID
org.jooq.TableField<BookRecord,
Integer> LANGUAGE_ID The columnPUBLIC.BOOK.LANGUAGE_ID. -
PUBLISHED_IN
org.jooq.TableField<BookRecord,
Integer> PUBLISHED_IN The columnPUBLIC.BOOK.PUBLISHED_IN. -
REC_TIMESTAMP
org.jooq.TableField<BookRecord,
LocalDateTime> REC_TIMESTAMP The columnPUBLIC.BOOK.REC_TIMESTAMP. -
REC_VERSION
org.jooq.TableField<BookRecord,
Integer> REC_VERSION The columnPUBLIC.BOOK.REC_VERSION. -
TITLE
org.jooq.TableField<BookRecord,
String> TITLE The columnPUBLIC.BOOK.TITLE.
-
-
Class org.apache.camel.component.jooq.db.tables.BookStore
class BookStore extends org.jooq.impl.TableImpl<BookStoreRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
NAME
org.jooq.TableField<BookStoreRecord,
String> NAME The columnPUBLIC.BOOK_STORE.NAME.
-
-
Class org.apache.camel.component.jooq.db.tables.BookToBookStore
class BookToBookStore extends org.jooq.impl.TableImpl<BookToBookStoreRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
BOOK_ID
org.jooq.TableField<BookToBookStoreRecord,
Integer> BOOK_ID The columnPUBLIC.BOOK_TO_BOOK_STORE.BOOK_ID. -
BOOK_STORE_NAME
org.jooq.TableField<BookToBookStoreRecord,
String> BOOK_STORE_NAME The columnPUBLIC.BOOK_TO_BOOK_STORE.BOOK_STORE_NAME. -
STOCK
org.jooq.TableField<BookToBookStoreRecord,
Integer> STOCK The columnPUBLIC.BOOK_TO_BOOK_STORE.STOCK.
-
-
-
Package org.apache.camel.component.jooq.db.tables.pojos
-
Class org.apache.camel.component.jooq.db.tables.pojos.Author
class Author extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.pojos.Book
class Book extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authorId
Integer authorId
-
coAuthorId
Integer coAuthorId
-
contentPdf
byte[] contentPdf
-
contentText
String contentText
-
detailsId
Integer detailsId
-
id
Integer id
-
languageId
Integer languageId
-
publishedIn
Integer publishedIn
-
recTimestamp
LocalDateTime recTimestamp
-
recVersion
Integer recVersion
-
title
String title
-
-
Class org.apache.camel.component.jooq.db.tables.pojos.BookStore
class BookStore extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.camel.component.jooq.db.tables.pojos.BookToBookStore
class BookToBookStore extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.camel.component.jooq.db.tables.records
-
Class org.apache.camel.component.jooq.db.tables.records.AuthorRecord
class AuthorRecord extends org.jooq.impl.UpdatableRecordImpl<AuthorRecord> implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookRecord
class BookRecord extends org.jooq.impl.UpdatableRecordImpl<BookRecord> implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookStoreRecord
class BookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<BookStoreRecord> implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookToBookStoreRecord
class BookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<BookToBookStoreRecord> implements Serializable- serialVersionUID:
- 1L
-