Uses of Class
org.jooq.exception.DataChangedException
Packages that use DataChangedException
-
Uses of DataChangedException in org.jooq
Methods in org.jooq that throw DataChangedExceptionModifier and TypeMethodDescriptionint
UpdatableRecord.delete()
Deletes this record from the database, based on the value of the primary key or main unique key.int
UpdatableRecord.store()
Store this record back to the database.int
UpdatableRecord.store
(Collection<? extends Field<?>> fields) Store parts of this record to the database.int
Store parts of this record to the database.int
UpdatableRecord.update()
Store this record back to the database using anUPDATE
statement.int
UpdatableRecord.update
(Collection<? extends Field<?>> fields) Store parts of this record to the database using anUPDATE
statement.int
Store parts of this record to the database using anUPDATE
statement.