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

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

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

Fields in org.jooq.util.maven.example.mysql with type parameters of type XTestCase_71Record
static org.jooq.ForeignKey<XTestCase_71Record,XTestCase_64_69Record> Keys.FK_X_TEST_CASE_71
           
static org.jooq.UniqueKey<XTestCase_71Record> Keys.KEY_X_TEST_CASE_71_PRIMARY
           
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type XTestCase_71Record
 org.jooq.TableField<XTestCase_71Record,Integer> XTestCase_71.ID
          An uncommented item PRIMARY KEY
 org.jooq.TableField<XTestCase_71Record,Integer> XTestCase_71.TEST_CASE_64_69_ID
          An uncommented item CONSTRAINT fk_x_test_case_71 FOREIGN KEY (TEST_CASE_64_69_ID) REFERENCES test2.x_test_case_64_69 (ID)
 

Methods in org.jooq.util.maven.example.mysql.tables that return types with arguments of type XTestCase_71Record
 List<org.jooq.UniqueKey<XTestCase_71Record>> XTestCase_71.getKeys()
           
 org.jooq.UniqueKey<XTestCase_71Record> XTestCase_71.getMainKey()
           
 Class<XTestCase_71Record> XTestCase_71.getRecordType()
          The class holding records for this type
 List<org.jooq.ForeignKey<XTestCase_71Record,?>> XTestCase_71.getReferences()
           
 

Uses of XTestCase_71Record 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 XTestCase_71Record
 List<XTestCase_71Record> XTestCase_64_69Record.fetchXTestCase_71List()
          An uncommented item PRIMARY KEY
 



Copyright © 2012. All Rights Reserved.