Uses of Class
org.jooq.util.maven.example.postgres.enums.UBookStatus

Packages that use UBookStatus
org.jooq.util.maven.example.postgres.enums   
org.jooq.util.maven.example.postgres.tables   
org.jooq.util.maven.example.postgres.tables.pojos   
org.jooq.util.maven.example.postgres.tables.records   
 

Uses of UBookStatus in org.jooq.util.maven.example.postgres.enums
 

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

Uses of UBookStatus in org.jooq.util.maven.example.postgres.tables
 

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type UBookStatus
static org.jooq.TableField<VBookRecord,UBookStatus> VBook.STATUS
          An uncommented item
static org.jooq.TableField<TBookRecord,UBookStatus> TBook.STATUS
          An uncommented item
 

Uses of UBookStatus in org.jooq.util.maven.example.postgres.tables.pojos
 

Methods in org.jooq.util.maven.example.postgres.tables.pojos that return UBookStatus
 UBookStatus VBook.getStatus()
           
 UBookStatus TBook.getStatus()
           
 

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

Uses of UBookStatus in org.jooq.util.maven.example.postgres.tables.records
 

Methods in org.jooq.util.maven.example.postgres.tables.records that return UBookStatus
 UBookStatus VBookRecord.getStatus()
          An uncommented item
 UBookStatus TBookRecord.getStatus()
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.tables.records with parameters of type UBookStatus
 void VBookRecord.setStatus(UBookStatus value)
          An uncommented item
 void TBookRecord.setStatus(UBookStatus value)
          An uncommented item
 



Copyright © 2012. All Rights Reserved.