activemodel / kales.internal / LazyBelongsToAssociation

LazyBelongsToAssociation

class LazyBelongsToAssociation : BelongsToAssociationImpl<ApplicationRecord>

Constructors

<init>

LazyBelongsToAssociation(toKlass: KClass<ApplicationRecord>, toRecordId: Int)

Properties

value

var value: ApplicationRecord?

Inherited Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String