Class RentersDTORepositoryMapImpl
java.lang.Object
info.ejava.assignments.api.houserenters.svc.POJORepositoryMapImpl<RenterDTO>
info.ejava.assignments.api.houserenters.svc.renters.RentersDTORepositoryMapImpl
- All Implemented Interfaces:
POJORepository<RenterDTO>,RentersDTORepository,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> org.springframework.data.repository.Repository<RenterDTO,String>
public class RentersDTORepositoryMapImpl
extends POJORepositoryMapImpl<RenterDTO>
implements RentersDTORepository
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class info.ejava.assignments.api.houserenters.svc.POJORepositoryMapImpl
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAll, findAll, findAll, findAll, findAllById, findById, findFirst, nextId, save, saveAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Constructor Details
-
RentersDTORepositoryMapImpl
public RentersDTORepositoryMapImpl()
-
-
Method Details
-
findRenterByUsername
- Specified by:
findRenterByUsernamein interfaceRentersDTORepository
-