Uses of Class
org.jooq.exception.DataChangedException

Packages that use DataChangedException
org.jooq   
 

Uses of DataChangedException in org.jooq
 

Methods in org.jooq that throw DataChangedException
 int UpdatableRecord.delete()
          Deletes this record from the database, based on the value of the primary key or main unique key.
 int TableRecord.deleteUsing(TableField<R,?>... keys)
          Deprecated. - 2.5.0 [#1736] - These methods will be made part of jOOQ's internal API soon. Do not reuse these methods.
 int UpdatableRecord.store()
          Store this record back to the database.
 int TableRecord.storeUsing(TableField<R,?>... keys)
          Deprecated. - 2.5.0 [#1736] - These methods will be made part of jOOQ's internal API soon. Do not reuse these methods.
 



Copyright © 2012. All Rights Reserved.