LocationPosExposedDelegateNullable
class LocationPosExposedDelegateNullable(val column: Column<String?>) : ExposedDelegate<LocationPos?>
Constructors
Functions
Link copied to clipboard
open operator override fun <ID : Comparable<ID>> getValue(entity: Entity<ID>, desc: KProperty<*>): LocationPos?
Link copied to clipboard
open operator override fun <ID : Comparable<ID>> setValue(entity: Entity<ID>, desc: KProperty<*>, value: LocationPos?)