Simple Repository
interface SimpleRepository<I : Serializable, E : SimpleEntity<I, E>> : CRUDRepository<I, E> (source)
Simple 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 SimpleEntity