CRUDEntity
@MappedSuperclass
Base entity of a data model representing its persisted structure
Parameters
I
Id type of the data
E
Entity type which is a CRUDEntity, meant to be the exact type extending this class
Constructors
Link copied to clipboard
fun <I : Serializable> CRUDEntity(id: I?, version: Int?, createdAt: Instant?, updatedAt: Instant?, deletedAt: Instant?)