Uses of Class
org.jooq.util.maven.example.mysql.enums.VBookStatus

Packages that use VBookStatus
org.jooq.util.maven.example.mysql.enums   
org.jooq.util.maven.example.mysql.tables   
org.jooq.util.maven.example.mysql.tables.pojos   
org.jooq.util.maven.example.mysql.tables.records   
 

Uses of VBookStatus in org.jooq.util.maven.example.mysql.enums
 

Methods in org.jooq.util.maven.example.mysql.enums that return VBookStatus
static VBookStatus VBookStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VBookStatus[] VBookStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type VBookStatus
 org.jooq.TableField<VBookRecord,VBookStatus> VBook.STATUS
          The book's stock status
 

Uses of VBookStatus in org.jooq.util.maven.example.mysql.tables.pojos
 

Methods in org.jooq.util.maven.example.mysql.tables.pojos that return VBookStatus
 VBookStatus VBook.getStatus()
           
 

Methods in org.jooq.util.maven.example.mysql.tables.pojos with parameters of type VBookStatus
 void VBook.setStatus(VBookStatus status)
           
 

Uses of VBookStatus in org.jooq.util.maven.example.mysql.tables.records
 

Methods in org.jooq.util.maven.example.mysql.tables.records that return VBookStatus
 VBookStatus VBookRecord.getStatus()
          The book's stock status
 

Methods in org.jooq.util.maven.example.mysql.tables.records with parameters of type VBookStatus
 void VBookRecord.setStatus(VBookStatus value)
          The book's stock status
 



Copyright © 2012. All Rights Reserved.