Uses of Class
org.apache.camel.component.jooq.db.tables.records.AuthorRecord
Packages that use AuthorRecord
Package
Description
-
Uses of AuthorRecord in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db with type parameters of type AuthorRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BookRecord,AuthorRecord> Keys.FK_T_BOOK_AUTHOR_IDstatic final org.jooq.ForeignKey<BookRecord,AuthorRecord> static final org.jooq.UniqueKey<AuthorRecord>Keys.PK_T_AUTHOR -
Uses of AuthorRecord in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables with type parameters of type AuthorRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<AuthorRecord,String> Author.ADDRESSThe columnPUBLIC.AUTHOR.ADDRESS.final org.jooq.TableField<AuthorRecord,LocalDate> Author.DATE_OF_BIRTHThe columnPUBLIC.AUTHOR.DATE_OF_BIRTH.final org.jooq.TableField<AuthorRecord,String> Author.FIRST_NAMEThe columnPUBLIC.AUTHOR.FIRST_NAME.final org.jooq.TableField<AuthorRecord,Integer> Author.IDThe columnPUBLIC.AUTHOR.ID.final org.jooq.TableField<AuthorRecord,String> Author.LAST_NAMEThe columnPUBLIC.AUTHOR.LAST_NAME.final org.jooq.TableField<AuthorRecord,Integer> Author.YEAR_OF_BIRTHThe columnPUBLIC.AUTHOR.YEAR_OF_BIRTH.Methods in org.apache.camel.component.jooq.db.tables that return types with arguments of type AuthorRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<AuthorRecord>Author.getPrimaryKey()Author.getRecordType()The class holding records for this typeConstructor parameters in org.apache.camel.component.jooq.db.tables with type arguments of type AuthorRecordModifierConstructorDescriptionAuthor(org.jooq.Table<O> child, org.jooq.ForeignKey<O, AuthorRecord> key) -
Uses of AuthorRecord in org.apache.camel.component.jooq.db.tables.records
Methods in org.apache.camel.component.jooq.db.tables.records that return AuthorRecord