Uses of Enum Class
org.jooq.conf.WriteIfReadonly
-
Uses of WriteIfReadonly in org.jooq.conf
Modifier and TypeFieldDescriptionprotected WriteIfReadonly
Settings.readonlyInsert
protected WriteIfReadonly
Settings.readonlyTableRecordInsert
protected WriteIfReadonly
Settings.readonlyUpdatableRecordUpdate
protected WriteIfReadonly
Settings.readonlyUpdate
Modifier and TypeMethodDescriptionstatic WriteIfReadonly
Settings.getReadonlyInsert()
Settings.getReadonlyTableRecordInsert()
[#9864] The behaviour when trying to insert into readonly columns usingTableRecord.insert()
.Settings.getReadonlyUpdatableRecordUpdate()
[#9864] The behaviour when trying to update a readonly column usingUpdatableRecord.update()
.Settings.getReadonlyUpdate()
static WriteIfReadonly
Returns the enum constant of this class with the specified name.static WriteIfReadonly[]
WriteIfReadonly.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setReadonlyInsert
(WriteIfReadonly value) void
Settings.setReadonlyTableRecordInsert
(WriteIfReadonly value) [#9864] The behaviour when trying to insert into readonly columns usingTableRecord.insert()
.void
Settings.setReadonlyUpdatableRecordUpdate
(WriteIfReadonly value) [#9864] The behaviour when trying to update a readonly column usingUpdatableRecord.update()
.void
Settings.setReadonlyUpdate
(WriteIfReadonly value) Settings.withReadonlyInsert
(WriteIfReadonly value) Settings.withReadonlyTableRecordInsert
(WriteIfReadonly value) [#9864] The behaviour when trying to insert into readonly columns usingTableRecord.insert()
.Settings.withReadonlyUpdatableRecordUpdate
(WriteIfReadonly value) [#9864] The behaviour when trying to update a readonly column usingUpdatableRecord.update()
.Settings.withReadonlyUpdate
(WriteIfReadonly value)