Interface POJORepository<T>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,String>, org.springframework.data.repository.ListCrudRepository<T,String>, org.springframework.data.repository.ListPagingAndSortingRepository<T,String>, org.springframework.data.repository.PagingAndSortingRepository<T,String>, org.springframework.data.repository.Repository<T,String>
All Known Subinterfaces:
RentersDTORepository
All Known Implementing Classes:
POJORepositoryMapImpl, RentersDTORepositoryMapImpl

public interface POJORepository<T> extends org.springframework.data.repository.ListCrudRepository<T,String>, org.springframework.data.repository.ListPagingAndSortingRepository<T,String>
  • 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