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

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

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

Fields in org.jooq.util.maven.example.mysql declared as TAuthor
static TAuthor Tables.T_AUTHOR
          An entity holding authors of books
 

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

Fields in org.jooq.util.maven.example.mysql.tables declared as TAuthor
static TAuthor TAuthor.T_AUTHOR
          The singleton instance of test2.t_author
 

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



Copyright © 2012. All Rights Reserved.