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

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

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

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

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

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

Methods in org.jooq.util.maven.example.postgres.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.