Uses of Class
org.jooq.conf.UpdateUnchangedRecords
-
Packages that use UpdateUnchangedRecords Package Description org.jooq.conf -
-
Uses of UpdateUnchangedRecords in org.jooq.conf
Fields in org.jooq.conf declared as UpdateUnchangedRecords Modifier and Type Field Description protected UpdateUnchangedRecords
Settings. updateUnchangedRecords
Methods in org.jooq.conf that return UpdateUnchangedRecords Modifier and Type Method Description static UpdateUnchangedRecords
UpdateUnchangedRecords. fromValue(String v)
UpdateUnchangedRecords
Settings. getUpdateUnchangedRecords()
WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.static UpdateUnchangedRecords
UpdateUnchangedRecords. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateUnchangedRecords[]
UpdateUnchangedRecords. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type UpdateUnchangedRecords Modifier and Type Method Description void
Settings. setUpdateUnchangedRecords(UpdateUnchangedRecords value)
WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.Settings
Settings. withUpdateUnchangedRecords(UpdateUnchangedRecords value)
WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.
-