Class Tables
- java.lang.Object
-
- org.apache.camel.component.jooq.db.Tables
-
public class Tables extends Object
Convenience access to all tables in PUBLIC.
-
-
Field Summary
Fields Modifier and Type Field Description static AuthorAUTHORThe tablePUBLIC.AUTHOR.static BookBOOKThe tablePUBLIC.BOOK.static BookStoreBOOK_STOREThe tablePUBLIC.BOOK_STORE.static BookToBookStoreBOOK_TO_BOOK_STOREThe tablePUBLIC.BOOK_TO_BOOK_STORE.
-
Constructor Summary
Constructors Constructor Description Tables()
-
-
-
Field Detail
-
AUTHOR
public static final Author AUTHOR
The tablePUBLIC.AUTHOR.
-
BOOK
public static final Book BOOK
The tablePUBLIC.BOOK.
-
BOOK_STORE
public static final BookStore BOOK_STORE
The tablePUBLIC.BOOK_STORE.
-
BOOK_TO_BOOK_STORE
public static final BookToBookStore BOOK_TO_BOOK_STORE
The tablePUBLIC.BOOK_TO_BOOK_STORE.
-
-