createEntityID

abstract fun <T : Comparable<T>> createEntityID(value: T, table: IdTable<T>): EntityID<T>

Returns a new EntityID that holds a value of type T, for the specified table.