Uses of Enum Class
org.jooq.conf.UpdateUnchangedRecords
-
Uses of UpdateUnchangedRecords in org.jooq.conf
Modifier and TypeFieldDescriptionprotected UpdateUnchangedRecords
Settings.updateUnchangedRecords
Modifier and TypeMethodDescriptionstatic UpdateUnchangedRecords
Settings.getUpdateUnchangedRecords()
WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.static UpdateUnchangedRecords
Returns the enum constant of this class with the specified name.static UpdateUnchangedRecords[]
UpdateUnchangedRecords.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setUpdateUnchangedRecords
(UpdateUnchangedRecords value) WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.Settings.withUpdateUnchangedRecords
(UpdateUnchangedRecords value) WhetherUpdatableRecord.update()
calls should be executed if the record is unchanged.