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 Details

    • AUTHOR

      public static final Author AUTHOR
      The table PUBLIC.AUTHOR.
    • BOOK

      public static final Book BOOK
      The table PUBLIC.BOOK.
    • BOOK_STORE

      public static final BookStore BOOK_STORE
      The table PUBLIC.BOOK_STORE.
    • BOOK_TO_BOOK_STORE

      public static final BookToBookStore BOOK_TO_BOOK_STORE
      The table PUBLIC.BOOK_TO_BOOK_STORE.
  • Constructor Details

    • Tables

      public Tables()