activemodel / kales.activemodel / RecordId

RecordId

data class RecordId : MaybeRecordId

ID for records that have been previously persisted to the database and have an auto generated value.

Constructors

<init>

RecordId(value: Int)

ID for records that have been previously persisted to the database and have an auto generated value.

Properties

value

val value: Int

Functions

toString

fun toString(): String