Back to Exposed

lookup

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

1.2.0495 B
Original Source

lookup

fun <T> Column<T>.lookup(): T

Returns the value assigned to this column mapping.

Depending on the state of this Entity instance, the value returned may be the initial property assignment, this column's default value, or the value retrieved from the database.

Generated by Dokka © 2026 Copyright