Uses of Enum Class
org.jooq.conf.WriteIfReadonly
Packages that use WriteIfReadonly
-
Uses of WriteIfReadonly in org.jooq.conf
Fields in org.jooq.conf declared as WriteIfReadonlyModifier and TypeFieldDescriptionprotected WriteIfReadonly
Settings.readonlyInsert
protected WriteIfReadonly
Settings.readonlyTableRecordInsert
protected WriteIfReadonly
Settings.readonlyUpdatableRecordUpdate
protected WriteIfReadonly
Settings.readonlyUpdate
Methods in org.jooq.conf that return WriteIfReadonlyModifier 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.Methods in org.jooq.conf with parameters of type WriteIfReadonlyModifier 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)