Interface SimplerRepository<I extends Serializable,E extends SimplerEntity<I,E>>

Type Parameters:
I - Id type of the data
E - Entity type of the data which is a SimplerEntity
All Superinterfaces:
CRUDRepository<I,E>, org.springframework.data.repository.Repository<E,I>

public interface SimplerRepository<I extends Serializable,E extends SimplerEntity<I,E>> extends CRUDRepository<I,E>
Simpler variant of CRUDRepository

This is meant to be implemented from a @Repository interface.