Uses of Interface
org.jooq.UpdatableRecord

Packages that use UpdatableRecord
org.jooq   
org.jooq.impl   
 

Uses of UpdatableRecord in org.jooq
 

Classes in org.jooq with type parameters of type UpdatableRecord
 interface UpdatableRecord<R extends UpdatableRecord<R>>
          A common interface for records that can be stored back to the database again.
 

Uses of UpdatableRecord in org.jooq.impl
 

Classes in org.jooq.impl with type parameters of type UpdatableRecord
 class UpdatableRecordImpl<R extends UpdatableRecord<R>>
          A record implementation for a record holding a primary key This type is for JOOQ INTERNAL USE only.
 

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



Copyright © 2012. All Rights Reserved.