Id

object Id
class Object
trait Matchable
class Any
Id.type

Value members

Concrete methods

def apply(uuid: UUID): Id
def basicCol(colName: String): Col[Id]

It is recommended to use pkCol or fkCol instead, because these are the only 2 situations a col of this type should be used.

It is recommended to use pkCol or fkCol instead, because these are the only 2 situations a col of this type should be used.

def fkCol(colName: String): Col[Id]
def fkCol(colName: String, referencesColName: String): Col[Id]
def gen: Id
def pkCol: Col[Id]
def pkCol(colName: String): Col[Id]