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. |