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

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

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type VAuthorRecord
 org.jooq.TableField<VAuthorRecord,String> VAuthor.ADDRESS
          The author's address
 org.jooq.TableField<VAuthorRecord,Date> VAuthor.DATE_OF_BIRTH
          The author's date of birth
 org.jooq.TableField<VAuthorRecord,String> VAuthor.FIRST_NAME
          The author's first name
 org.jooq.TableField<VAuthorRecord,Integer> VAuthor.ID
          The author ID
 org.jooq.TableField<VAuthorRecord,String> VAuthor.LAST_NAME
          The author's last name
 org.jooq.TableField<VAuthorRecord,Integer> VAuthor.YEAR_OF_BIRTH
          The author's year of birth
 

Methods in org.jooq.util.maven.example.mysql.tables that return types with arguments of type VAuthorRecord
 Class<VAuthorRecord> VAuthor.getRecordType()
          The class holding records for this type
 



Copyright © 2012. All Rights Reserved.