Table

interface Table<E : Entity<ID>, ID : Comparable<ID>>

Functions

Link copied to clipboard
abstract operator fun <X> get(prop: KProperty1<E, X?>): Expression<X>

Properties

Link copied to clipboard
abstract val id: Expression<ID>

Inheritors

Link copied to clipboard