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

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

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

Fields in org.jooq.util.maven.example.ase with type parameters of type TBookStoreRecord
static org.jooq.UniqueKey<TBookStoreRecord> Keys.T_BOOK_STORE__UK_T_BOOK_STORE_NAME
           
static org.jooq.ForeignKey<TBookToBookStoreRecord,TBookStoreRecord> Keys.T_BOOK_TO_BOOK_STORE__FK_B2BS_BS_NAME
           
 

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

Fields in org.jooq.util.maven.example.ase.tables with type parameters of type TBookStoreRecord
 org.jooq.TableField<TBookStoreRecord,String> TBookStore.NAME
          An uncommented item
 

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

Methods in org.jooq.util.maven.example.ase.tables.records that return TBookStoreRecord
 TBookStoreRecord TBookToBookStoreRecord.fetchTBookStore()
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES dbo.t_book_store (name)
 



Copyright © 2012. All Rights Reserved.