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

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

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

Fields in org.jooq.util.maven.example.ase declared as TAuthor
static TAuthor Tables.T_AUTHOR
          The table dbo.t_author
 

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

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

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



Copyright © 2012. All Rights Reserved.