Package dev.akif.crud.simple
Interface SimpleRepository<I extends Serializable,E extends SimpleEntity<I,E>>
- Type Parameters:
I
- Id type of the dataE
- Entity type of the data which is aSimpleEntity
- All Superinterfaces:
CRUDRepository<I,
,E> org.springframework.data.repository.Repository<E,
I>
public interface SimpleRepository<I extends Serializable,E extends SimpleEntity<I,E>>
extends CRUDRepository<I,E>
Simple variant of
CRUDRepository
This is meant to be implemented from a @Repository
interface.
-
Method Summary
Methods inherited from interface dev.akif.crud.CRUDRepository
findAllByDeletedAtIsNull, findByIdAndDeletedAtIsNull, flush, save, updateByVersion