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

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

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

Fields in org.jooq.util.maven.example.ase declared as TIdentity
static TIdentity Tables.T_IDENTITY
          The table dbo.t_identity
 

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

Fields in org.jooq.util.maven.example.ase.tables declared as TIdentity
static TIdentity TIdentity.T_IDENTITY
          The singleton instance of dbo.t_identity
 

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



Copyright © 2012. All Rights Reserved.