Uses of Class
org.apache.camel.component.jooq.db.tables.Author
-
Packages that use Author Package Description org.apache.camel.component.jooq.db org.apache.camel.component.jooq.db.tables -
-
Uses of Author in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db declared as Author Modifier and Type Field Description AuthorPublic. AUTHORThe tablePUBLIC.AUTHOR.static AuthorTables. AUTHORThe tablePUBLIC.AUTHOR. -
Uses of Author in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables declared as Author Modifier and Type Field Description static AuthorAuthor. AUTHORThe reference instance ofPUBLIC.AUTHORMethods in org.apache.camel.component.jooq.db.tables that return Author Modifier and Type Method Description AuthorAuthor. as(String alias)AuthorAuthor. as(org.jooq.Name alias)AuthorBook. fkTBookAuthorId()Get the implicit join path to thePUBLIC.AUTHORtable, via theFK_T_BOOK_AUTHOR_IDkey.AuthorBook. fkTBookCoAuthorId()Get the implicit join path to thePUBLIC.AUTHORtable, via theFK_T_BOOK_CO_AUTHOR_IDkey.AuthorAuthor. rename(String name)Rename this tableAuthorAuthor. rename(org.jooq.Name name)Rename this table
-