Package dev.akif.crud.simpler
Class SimplerEntity<I extends Serializable,E extends CRUDEntity<I,E>>
java.lang.Object
dev.akif.crud.CRUDEntity<I,E>
dev.akif.crud.simpler.SimplerEntity<I,E>
- Type Parameters:
I
- Id type of the dataE
- Entity type, meant to be the exact type extending this class
public abstract class SimplerEntity<I extends Serializable,E extends CRUDEntity<I,E>>
extends CRUDEntity<I,E>
Simpler variant of
CRUDEntity
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.akif.crud.CRUDEntity
getCreatedAt, getDeletedAt, getId, getUpdatedAt, getVersion, markAsDeleted, setCreatedAt, setDeletedAt, setId, setUpdatedAt, setVersion, updatedNow
-
Constructor Details
-
SimplerEntity
public SimplerEntity()Default empty constructor
-