Interface SimpleModel<I extends Serializable,E extends CRUDEntity<I,E>>

Type Parameters:
I - Id type of the data
E - Entity type of the data
All Superinterfaces:
CRUDCreateModel<I,E>, CRUDModel<I>, CRUDUpdateModel<I,E>

public interface SimpleModel<I extends Serializable,E extends CRUDEntity<I,E>> extends CRUDModel<I>, CRUDCreateModel<I,E>, CRUDUpdateModel<I,E>
Simple variant of CRUDModel which is also a CRUDCreateModel and a CRUDUpdateModel