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 FOREIGN KEY [test.t_book_to_book_store.book_id] REFERENCES t_book [test.t_book.ID]
 org.jooq.TableField<TBookToBookStoreRecord,String> TBookToBookStore.BOOK_STORE_NAME
          The book store name PRIMARY KEY FOREIGN KEY [test.t_book_to_book_store.book_store_name] REFERENCES t_book_store [test.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.