Package dev.akif.crud.simpler
Interface SimplerRepository<I extends Serializable,E extends SimplerEntity<I,E>>
- Type Parameters:
I- Id type of the dataE- Entity type of the data which is aSimplerEntity
- 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.
-
Method Summary
Methods inherited from interface dev.akif.crud.CRUDRepository
findAllByDeletedAtIsNull, findByIdAndDeletedAtIsNull, flush, save, updateByVersion