IsHas

class IsHas(val column: Column<EntityID<Int>>)

Delegate check count != 0

Constructors

Link copied to clipboard
fun IsHas(column: Column<EntityID<Int>>)

Functions

Link copied to clipboard
operator fun getValue(thisRef: IntEntity, property: KProperty<*>): Boolean

Properties

Link copied to clipboard
val column: Column<EntityID<Int>>