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 data
E - 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 Details

    • SimplerEntity

      public SimplerEntity()
      Default empty constructor