LocationExposedDelegateNullable

class LocationExposedDelegateNullable(val column: Column<String?>) : ExposedDelegate<Location?>

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val column: Column<String?>

Extensions

Link copied to clipboard