SimplerEntity

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

Parameters

I

Id type of the data

E

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