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

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

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

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

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type TBookStoreRecord
 org.jooq.TableField<TBookStoreRecord,String> TBookStore.NAME
          The books store name
 

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

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

Methods in org.jooq.util.maven.example.mysql.tables.records that return TBookStoreRecord
 TBookStoreRecord TBookToBookStoreRecord.fetchTBookStore()
          The book store name PRIMARY KEY CONSTRAINT fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES test2.t_book_store (name)
 



Copyright © 2012. All Rights Reserved.