IdListProp

class IdListProp<T, ID : Number>(prop: KProperty1<T, List<ID>>, tableSingleName: String) : FieldDef<T>

Constructors

Link copied to clipboard
constructor(prop: KProperty1<T, List<ID>>, tableSingleName: String)

Functions

Link copied to clipboard
open override fun diff(table: String, entityId: Long, entityLabel: String, old: T, neu: T): Change.Updated.Field?