SimplestEntity

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

Parameters

I

Id type of the data

E

Entity type which is also a CRUDCreateModel, a CRUDUpdateModel, a CRUDCreateDTO and a CRUDUpdateDTO, meant to be the exact type extending this class