Interface CityRepository
- All Superinterfaces:
CrudRepository<City,,Long> GenericRepository<City,Long>
-
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
countByCountryRegionCountryName
-
findByCountryRegionCountryName
-
getByCountryRegionCountryName
-