Uses of Class
org.apache.camel.component.jooq.db.tables.Author
Packages that use Author
-
Uses of Author in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db declared as Author -
Uses of Author in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables declared as AuthorModifier and TypeFieldDescriptionstatic final AuthorAuthor.AUTHORThe reference instance ofPUBLIC.AUTHORMethods in org.apache.camel.component.jooq.db.tables that return AuthorModifier and TypeMethodDescriptionAuthor.as(org.jooq.Name alias) Author.as(org.jooq.Table<?> alias) Book.fkTBookAuthorId()Get the implicit join path to thePUBLIC.AUTHORtable, via theFK_T_BOOK_AUTHOR_IDkey.Book.fkTBookCoAuthorId()Get the implicit join path to thePUBLIC.AUTHORtable, via theFK_T_BOOK_CO_AUTHOR_IDkey.Rename this tableAuthor.rename(org.jooq.Name name) Rename this tableAuthor.rename(org.jooq.Table<?> name) Rename this table