Interface ShipmentRepository
- All Superinterfaces:
CrudRepository<Shipment,,ShipmentId> GenericRepository<Shipment,ShipmentId>
-
Method Summary
Modifier and TypeMethodDescriptionfindByShipmentIdCountry(String country) findByShipmentIdCountryAndShipmentIdCity(String country, String city) Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
findByShipmentIdCountry
-
findByShipmentIdCountryAndShipmentIdCity
-