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 TypeMethodDescriptionfindByIdAndUserId(long id, long userId) findByStatus(String status) findByUserId(long userId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Method Details
-
findByUserId
-
findByIdAndUserId
-
findByStatus
-