Serialized Form
-
Package org.apache.camel.component.jooq.db
-
Class org.apache.camel.component.jooq.db.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 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 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 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 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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.pojos.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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.apache.camel.component.jooq.db.tables.pojos.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 extends org.jooq.impl.UpdatableRecordImpl<AuthorRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookRecord extends org.jooq.impl.UpdatableRecordImpl<BookRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<BookStoreRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.camel.component.jooq.db.tables.records.BookToBookStoreRecord extends org.jooq.impl.UpdatableRecordImpl<BookToBookStoreRecord> implements Serializable
- serialVersionUID:
- 1L
-