WorldExposedDelegate

class WorldExposedDelegate(val column: Column<String>) : ExposedDelegate<World>

Constructors

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

Functions

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

Properties

Link copied to clipboard
val column: Column<String>

Extensions

Link copied to clipboard