ChunkExposedDelegate

class ChunkExposedDelegate(val column: Column<String>) : ExposedDelegate<Chunk>

Constructors

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

Functions

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

Properties

Link copied to clipboard
val column: Column<String>

Extensions

Link copied to clipboard