SimpleEntity

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

Parameters

I

Id type of the data

E

Entity type which is a CRUDEntity, meant to be the exact type extending this class