Uses of Interface
org.jooq.Updatable

Packages that use Updatable
org.jooq   
org.jooq.impl   
 

Uses of Updatable in org.jooq
 

Subinterfaces of Updatable in org.jooq
 interface UpdatableRecord<R extends UpdatableRecord<R>>
          A common interface for records that can be stored back to the database again.
 interface UpdatableTable<R extends Record>
          A common interface for tables whose records can be stored back to the database again.
 

Uses of Updatable in org.jooq.impl
 

Classes in org.jooq.impl that implement Updatable
 class UpdatableRecordImpl<R extends UpdatableRecord<R>>
          A record implementation for a record holding a primary key This type is for JOOQ INTERNAL USE only.
 class UpdatableTableImpl<R extends Record>
          A table implementation for a table holding a primary key This type is for JOOQ INTERNAL USE only.
 



Copyright © 2012. All Rights Reserved.