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, saveAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
RentersDTORepositoryMapImpl
public RentersDTORepositoryMapImpl()
-
-
Method Details
-
findRenterByUsername
- Specified by:
findRenterByUsername
in interfaceRentersDTORepository
-