Uses of Class
org.apache.camel.component.jooq.db.tables.records.BookStoreRecord
Packages that use BookStoreRecord
Package
Description
-
Uses of BookStoreRecord in org.apache.camel.component.jooq.db
Fields in org.apache.camel.component.jooq.db with type parameters of type BookStoreRecordModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BookToBookStoreRecord,BookStoreRecord> Keys.FK_B2BS_BS_NAMEstatic final org.jooq.UniqueKey<BookStoreRecord>Keys.UK_T_BOOK_STORE_NAME -
Uses of BookStoreRecord in org.apache.camel.component.jooq.db.tables
Fields in org.apache.camel.component.jooq.db.tables with type parameters of type BookStoreRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<BookStoreRecord,String> BookStore.NAMEThe columnPUBLIC.BOOK_STORE.NAME.Methods in org.apache.camel.component.jooq.db.tables that return types with arguments of type BookStoreRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BookStoreRecord>BookStore.getPrimaryKey()BookStore.getRecordType()The class holding records for this typeConstructor parameters in org.apache.camel.component.jooq.db.tables with type arguments of type BookStoreRecordModifierConstructorDescriptionBookStore(org.jooq.Table<O> child, org.jooq.ForeignKey<O, BookStoreRecord> key) -
Uses of BookStoreRecord in org.apache.camel.component.jooq.db.tables.records
Methods in org.apache.camel.component.jooq.db.tables.records that return BookStoreRecordModifier and TypeMethodDescription