Uses of Class
org.jooq.util.maven.example.mysql.tables.records.TBookToBookStoreRecord

Packages that use TBookToBookStoreRecord
org.jooq.util.maven.example.mysql   
org.jooq.util.maven.example.mysql.tables   
org.jooq.util.maven.example.mysql.tables.records   
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.mysql
 

Fields in org.jooq.util.maven.example.mysql with type parameters of type TBookToBookStoreRecord
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookRecord> Keys.FK_B2BS_B_ID
           
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> Keys.FK_B2BS_BS_NAME
           
static org.jooq.UniqueKey<TBookToBookStoreRecord> Keys.KEY_T_BOOK_TO_BOOK_STORE_PRIMARY
           
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.mysql.tables
 

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type TBookToBookStoreRecord
 org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.BOOK_ID
          The book ID PRIMARY KEY CONSTRAINT fk_b2bs_b_id FOREIGN KEY (book_id) REFERENCES test2.t_book (ID)
 org.jooq.TableField<TBookToBookStoreRecord,String> TBookToBookStore.BOOK_STORE_NAME
          The book store name PRIMARY KEY CONSTRAINT fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES test2.t_book_store (name)
 org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.STOCK
          The number of books on stock
 

Methods in org.jooq.util.maven.example.mysql.tables that return types with arguments of type TBookToBookStoreRecord
 List<org.jooq.UniqueKey<TBookToBookStoreRecord>> TBookToBookStore.getKeys()
           
 org.jooq.UniqueKey<TBookToBookStoreRecord> TBookToBookStore.getMainKey()
           
 Class<TBookToBookStoreRecord> TBookToBookStore.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<TBookToBookStoreRecord,?>> TBookToBookStore.getReferences()
           
 

Uses of TBookToBookStoreRecord in org.jooq.util.maven.example.mysql.tables.records
 

Methods in org.jooq.util.maven.example.mysql.tables.records that return types with arguments of type TBookToBookStoreRecord
 List<TBookToBookStoreRecord> TBookStoreRecord.fetchTBookToBookStoreList()
          The books store name
 List<TBookToBookStoreRecord> TBookRecord.fetchTBookToBookStoreList()
          The book ID PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.