← Back to Stormify Documentation

getValue

open operator override fun getValue(thisRef: Any?, property: KProperty<*>): T

Delegate read: triggers lazy-load from the database on first access when the entity is a AutoTable stub (i.e. only its primary key is set and no db field has been written yet). Otherwise returns the in-memory value.