Uses of Class
org.jooq.util.maven.example.mysql.tables.records.TIdentityPkRecord

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

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

Fields in org.jooq.util.maven.example.mysql with type parameters of type TIdentityPkRecord
static org.jooq.Identity<TIdentityPkRecord,Integer> Keys.IDENTITY_T_IDENTITY_PK
           
static org.jooq.UniqueKey<TIdentityPkRecord> Keys.KEY_T_IDENTITY_PK_PRIMARY
           
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type TIdentityPkRecord
 org.jooq.TableField<TIdentityPkRecord,Integer> TIdentityPk.ID
          An uncommented item PRIMARY KEY
 org.jooq.TableField<TIdentityPkRecord,Integer> TIdentityPk.VAL
          An uncommented item
 

Methods in org.jooq.util.maven.example.mysql.tables that return types with arguments of type TIdentityPkRecord
 org.jooq.Identity<TIdentityPkRecord,Integer> TIdentityPk.getIdentity()
           
 List<org.jooq.UniqueKey<TIdentityPkRecord>> TIdentityPk.getKeys()
           
 org.jooq.UniqueKey<TIdentityPkRecord> TIdentityPk.getMainKey()
           
 Class<TIdentityPkRecord> TIdentityPk.getRecordType()
          The class holding records for this type
 



Copyright © 2012. All Rights Reserved.