Uses of Class
org.jooq.util.maven.example.mysql.tables.TBookToBookStore

Packages that use TBookToBookStore
org.jooq.util.maven.example.mysql   
org.jooq.util.maven.example.mysql.tables   
 

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

Fields in org.jooq.util.maven.example.mysql declared as TBookToBookStore
static TBookToBookStore Tables.T_BOOK_TO_BOOK_STORE
          An m:n relation between books and book stores
 

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

Fields in org.jooq.util.maven.example.mysql.tables declared as TBookToBookStore
static TBookToBookStore TBookToBookStore.T_BOOK_TO_BOOK_STORE
          The singleton instance of test2.t_book_to_book_store
 

Methods in org.jooq.util.maven.example.mysql.tables that return TBookToBookStore
 TBookToBookStore TBookToBookStore.as(String alias)
           
 



Copyright © 2012. All Rights Reserved.