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

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

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type VBookRecord
 org.jooq.TableField<VBookRecord,Integer> VBook.AUTHOR_ID
          The author ID in entity 'author'
 org.jooq.TableField<VBookRecord,Integer> VBook.CO_AUTHOR_ID
          An uncommented item
 org.jooq.TableField<VBookRecord,byte[]> VBook.CONTENT_PDF
          Some binary content of the book
 org.jooq.TableField<VBookRecord,String> VBook.CONTENT_TEXT
          Some textual content of the book
 org.jooq.TableField<VBookRecord,Integer> VBook.DETAILS_ID
          Some more details about the book
 org.jooq.TableField<VBookRecord,Integer> VBook.ID
          The book ID
 org.jooq.TableField<VBookRecord,Integer> VBook.LANGUAGE_ID
          The language of the book
 org.jooq.TableField<VBookRecord,Integer> VBook.PUBLISHED_IN
          The year the book was published in
 org.jooq.TableField<VBookRecord,VBookStatus> VBook.STATUS
          The book's stock status
 org.jooq.TableField<VBookRecord,String> VBook.TITLE
          The book's title
 

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



Copyright © 2012. All Rights Reserved.