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

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

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

Fields in org.jooq.util.maven.example.mysql with type parameters of type T_658RefRecord
static org.jooq.ForeignKey<T_658RefRecord,T_658_11Record> Keys.FK_T_658_11
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_12Record> Keys.FK_T_658_12
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_21Record> Keys.FK_T_658_21
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_22Record> Keys.FK_T_658_22
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_31Record> Keys.FK_T_658_31
           
static org.jooq.ForeignKey<T_658RefRecord,T_658_32Record> Keys.FK_T_658_32
           
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type T_658RefRecord
 org.jooq.TableField<T_658RefRecord,String> T_658Ref.REF_11
          An uncommented item CONSTRAINT fk_t_658_11 FOREIGN KEY (ref_11) REFERENCES test2.t_658_11 (id)
 org.jooq.TableField<T_658RefRecord,String> T_658Ref.REF_12
          An uncommented item CONSTRAINT fk_t_658_12 FOREIGN KEY (ref_12) REFERENCES test2.t_658_12 (id)
 org.jooq.TableField<T_658RefRecord,Integer> T_658Ref.REF_21
          An uncommented item CONSTRAINT fk_t_658_21 FOREIGN KEY (ref_21) REFERENCES test2.t_658_21 (id)
 org.jooq.TableField<T_658RefRecord,Integer> T_658Ref.REF_22
          An uncommented item CONSTRAINT fk_t_658_22 FOREIGN KEY (ref_22) REFERENCES test2.t_658_22 (id)
 org.jooq.TableField<T_658RefRecord,Long> T_658Ref.REF_31
          An uncommented item CONSTRAINT fk_t_658_31 FOREIGN KEY (ref_31) REFERENCES test2.t_658_31 (id)
 org.jooq.TableField<T_658RefRecord,Long> T_658Ref.REF_32
          An uncommented item CONSTRAINT fk_t_658_32 FOREIGN KEY (ref_32) REFERENCES test2.t_658_32 (id)
 

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

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