BlockExposedDelegate

class BlockExposedDelegate(val column: Column<String>) : ExposedDelegate<Block>

Constructors

Link copied to clipboard
fun BlockExposedDelegate(column: Column<String>)

Functions

Link copied to clipboard
open operator override fun <ID : Comparable<ID>> getValue(entity: Entity<ID>, desc: KProperty<*>): Block
Link copied to clipboard
open operator override fun <ID : Comparable<ID>> setValue(entity: Entity<ID>, desc: KProperty<*>, value: Block)

Properties

Link copied to clipboard
val column: Column<String>

Extensions

Link copied to clipboard