class LazyBelongsToAssociation : BelongsToAssociationImpl<ApplicationRecord>
LazyBelongsToAssociation(toKlass: KClass<ApplicationRecord>, toRecordId: Int) |
var value: ApplicationRecord? |
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun toString(): String |