- All Superinterfaces:
org.springframework.data.repository.CrudRepository<RenterDTO,String>
, org.springframework.data.repository.ListCrudRepository<RenterDTO,String>
, org.springframework.data.repository.ListPagingAndSortingRepository<RenterDTO,String>
, org.springframework.data.repository.PagingAndSortingRepository<RenterDTO,String>
, POJORepository<RenterDTO>
, org.springframework.data.repository.Repository<RenterDTO,String>
- All Known Implementing Classes:
RentersDTORepositoryMapImpl
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll