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>