Uses of Enum Class
org.jooq.conf.RecordDirtyTracking
-
Uses of RecordDirtyTracking in org.jooq.conf
Modifier and TypeMethodDescriptionstatic RecordDirtyTracking
Settings.getRecordDirtyTracking()
WhetherUpdatableRecord.store()
and related calls should be based onRecord.touched()
orRecord.modified()
semantics.static RecordDirtyTracking
Returns the enum constant of this class with the specified name.static RecordDirtyTracking[]
RecordDirtyTracking.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setRecordDirtyTracking
(RecordDirtyTracking value) WhetherUpdatableRecord.store()
and related calls should be based onRecord.touched()
orRecord.modified()
semantics.Settings.withRecordDirtyTracking
(RecordDirtyTracking value) WhetherUpdatableRecord.store()
and related calls should be based onRecord.touched()
orRecord.modified()
semantics.