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

Packages that use T_658RefRecord
org.jooq.util.maven.example.postgres   
org.jooq.util.maven.example.postgres.tables   
org.jooq.util.maven.example.postgres.tables.records   
 

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

Fields in org.jooq.util.maven.example.postgres with type parameters of type T_658RefRecord
static org.jooq.ForeignKey<T_658RefRecord,T_658_11Record> Keys.t_658_ref__fk_t_658_11
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_12Record> Keys.t_658_ref__fk_t_658_12
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_21Record> Keys.t_658_ref__fk_t_658_21
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_22Record> Keys.t_658_ref__fk_t_658_22
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_31Record> Keys.t_658_ref__fk_t_658_31
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_32Record> Keys.t_658_ref__fk_t_658_32
           
 

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

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type T_658RefRecord
static org.jooq.TableField<T_658RefRecord,String> T_658Ref.REF_11
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_11] REFERENCES t_658_11 [public.t_658_11.id]
static org.jooq.TableField<T_658RefRecord,String> T_658Ref.REF_12
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_12] REFERENCES t_658_12 [public.t_658_12.id]
static org.jooq.TableField<T_658RefRecord,Integer> T_658Ref.REF_21
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_21] REFERENCES t_658_21 [public.t_658_21.id]
static org.jooq.TableField<T_658RefRecord,Integer> T_658Ref.REF_22
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_22] REFERENCES t_658_22 [public.t_658_22.id]
static org.jooq.TableField<T_658RefRecord,Long> T_658Ref.REF_31
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_31] REFERENCES t_658_31 [public.t_658_31.id]
static org.jooq.TableField<T_658RefRecord,Long> T_658Ref.REF_32
          An uncommented item FOREIGN KEY [public.t_658_ref.ref_32] REFERENCES t_658_32 [public.t_658_32.id]
 

Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type T_658RefRecord
 Class<T_658RefRecord> T_658Ref.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<T_658RefRecord,?>> T_658Ref.getReferences()
           
 

Uses of T_658RefRecord in org.jooq.util.maven.example.postgres.tables.records
 

Methods in org.jooq.util.maven.example.postgres.tables.records that return types with arguments of type T_658RefRecord
 List<T_658RefRecord> T_658_32Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 List<T_658RefRecord> T_658_31Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 List<T_658RefRecord> T_658_22Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 List<T_658RefRecord> T_658_21Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 List<T_658RefRecord> T_658_12Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 List<T_658RefRecord> T_658_11Record.fetchT_658RefList()
          An uncommented item PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.