Interface SimplestRepository<I extends Serializable,E extends SimplestEntity<I,E>>

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

public interface SimplestRepository<I extends Serializable,E extends SimplestEntity<I,E>> extends CRUDRepository<I,E>
The simplest variant of CRUDRepository

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