KTransientResolver

interface KTransientResolver<ID : Any, V> : TransientResolver<ID, V>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getDefaultValue(): V?

Please ignore this method if the current calculated property returns nullable type or LIST of entity objects

Link copied to clipboard
open override fun getParameterMapRef(): Ref<SortedMap<String, Any>?>?

Please ignore this method if cache for current calculated property is not enabled.

Link copied to clipboard
abstract override fun resolve(ids: Collection<ID>): Map<ID, V>