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

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

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

Fields in org.jooq.util.maven.example.ase with type parameters of type TBookToBookStoreRecord
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookRecord> Keys.t_book_to_book_store__fk_b2bs_b_id
           
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> Keys.t_book_to_book_store__fk_b2bs_bs_name
           
static org.jooq.UniqueKey<TBookToBookStoreRecord> Keys.t_book_to_book_store__pk_b2bs
           
 

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

Fields in org.jooq.util.maven.example.ase.tables with type parameters of type TBookToBookStoreRecord
 org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.BOOK_ID
          An uncommented item PRIMARY KEY FOREIGN KEY [dbo.t_book_to_book_store.book_id] REFERENCES t_book [dbo.t_book.id]
 org.jooq.TableField<TBookToBookStoreRecord,String> TBookToBookStore.BOOK_STORE_NAME
          An uncommented item PRIMARY KEY FOREIGN KEY [dbo.t_book_to_book_store.book_store_name] REFERENCES t_book_store [dbo.t_book_store.name]
 org.jooq.TableField<TBookToBookStoreRecord,Integer> TBookToBookStore.STOCK
          An uncommented item
 

Methods in org.jooq.util.maven.example.ase.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.ase.tables.records
 

Methods in org.jooq.util.maven.example.ase.tables.records that return types with arguments of type TBookToBookStoreRecord
 List<TBookToBookStoreRecord> TBookStoreRecord.fetchTBookToBookStoreList()
          An uncommented item
 List<TBookToBookStoreRecord> TBookRecord.fetchTBookToBookStoreList()
          An uncommented item PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.