Interface RiderApplicationRepository
- All Superinterfaces:
 org.springframework.data.repository.CrudRepository<RiderApplication,,Long> org.springframework.data.repository.Repository<RiderApplication,Long> 
@Repository
public interface RiderApplicationRepository
extends org.springframework.data.repository.CrudRepository<RiderApplication,Long> 
- 
Method Summary
Modifier and TypeMethodDescriptionfindAllById(Long id) findAllByStatus(String status) findAllByUserId(Long userId) findByIdAndUserId(Long id, Long userId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, save, saveAll 
- 
Method Details
- 
findAllById
 - 
findAllByStatus
 - 
findAllByUserId
 - 
findById
- Specified by:
 findByIdin interfaceorg.springframework.data.repository.CrudRepository<RiderApplication,Long> 
 - 
findByIdAndUserId
 
 -