SimpleEntity

fun <I : Serializable> SimpleEntity(id: I? = null, version: Int? = null, createdAt: Instant? = null, updatedAt: Instant? = null, deletedAt: Instant? = null)(source)

Parameters

I

Id type of the data