Uses of Enum Class
org.jooq.conf.UpdateUnchangedRecords
Packages that use UpdateUnchangedRecords
-
Uses of UpdateUnchangedRecords in org.jooq.conf
Fields in org.jooq.conf declared as UpdateUnchangedRecordsModifier and TypeFieldDescriptionprotected UpdateUnchangedRecords
Settings.updateUnchangedRecords
Methods in org.jooq.conf that return UpdateUnchangedRecordsModifier 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.Methods in org.jooq.conf with parameters of type UpdateUnchangedRecordsModifier 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.