← Back to Stormify Documentation

getValue

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

Delegate read: on a library-constructed shadow reference, triggers AutoTable.hydrate to load the row before returning the in-memory value. On a user-constructed entity (or one already hydrated), returns the in-memory value directly with no DB access.