Class Tables
java.lang.Object
org.apache.camel.component.jooq.db.Tables
Convenience access to all tables in PUBLIC.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AuthorThe tablePUBLIC.AUTHOR.static final BookThe tablePUBLIC.BOOK.static final BookStoreThe tablePUBLIC.BOOK_STORE.static final BookToBookStoreThe tablePUBLIC.BOOK_TO_BOOK_STORE. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTHOR
The tablePUBLIC.AUTHOR. -
BOOK
The tablePUBLIC.BOOK. -
BOOK_STORE
The tablePUBLIC.BOOK_STORE. -
BOOK_TO_BOOK_STORE
The tablePUBLIC.BOOK_TO_BOOK_STORE.
-
-
Constructor Details
-
Tables
public Tables()
-