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

Packages that use TBookStatus
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 TBookStatus in org.jooq.util.maven.example.mysql.enums
 

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

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

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

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

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

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

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

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

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



Copyright © 2012. All Rights Reserved.