Simpler Repository
interface SimplerRepository<I : Serializable, E : SimplerEntity<I, E>> : CRUDRepository<I, E> (source)
Simpler variant of CRUDRepository
This is meant to be implemented from a @Repository interface.
Parameters
I
Id type of the data
E
Entity type of the data which is a SimplerEntity