Uses of Enum Class
org.jooq.conf.RecordDirtyTracking
Packages that use RecordDirtyTracking
-
Uses of RecordDirtyTracking in org.jooq.conf
Fields in org.jooq.conf declared as RecordDirtyTrackingMethods in org.jooq.conf that return RecordDirtyTrackingModifier 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.Methods in org.jooq.conf with parameters of type RecordDirtyTrackingModifier 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.