Interface DeliveryDriverWktRepository
- All Superinterfaces:
CrudRepository<DeliveryDriverWkt, Long>, GenericRepository<DeliveryDriverWkt, Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindByStatusAndLocationNear(DeliveryDriverWkt.Status status, Point orderLocation, double maxDistanceMeters) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, insert, insertAll, save, saveAll, update, updateAll
-
Method Details
-
findByStatusAndLocationNear
List<DeliveryDriverWkt> findByStatusAndLocationNear(DeliveryDriverWkt.Status status, Point orderLocation, double maxDistanceMeters)
-