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

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

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type VLibraryRecord
 org.jooq.TableField<VLibraryRecord,String> VLibrary.AUTHOR
          An uncommented item
 org.jooq.TableField<VLibraryRecord,String> VLibrary.TITLE
          The book's title
 

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



Copyright © 2012. All Rights Reserved.