Interface RentersDTORepository

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

public interface RentersDTORepository extends POJORepository<RenterDTO>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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