Simple Model
interface SimpleModel<out I : Serializable> : CRUDModel<I> , CRUDCreateModel, CRUDUpdateModel(source)
Simple variant of CRUDModel which is also a CRUDCreateModel and a CRUDUpdateModel
Parameters
I
Id type of the data
Simple variant of CRUDModel which is also a CRUDCreateModel and a CRUDUpdateModel
Id type of the data