Back to Exposed

writeValues

docs/api/exposed-dao/org.jetbrains.exposed.v1.dao/-entity/write-values.html

1.2.0931 B
Original Source

writeValues

val writeValues: LinkedHashMap<Column<Any?>, Any?>

The initial column-value mapping for this Entity instance before being flushed and inserted into the database.

These values are transferred to readValues before being sent to the database during a flush operation. In case of a transaction failure, both writeValues and readValues are cleared before rollback to ensure that no stale data is carried over into a new transaction.

Generated by Dokka © 2026 Copyright