public interface RegionRepository extends CrudRepository<CountryRegion,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
CountryRegion |
findByCitiesName(java.lang.String name) |
CountryRegionCity |
save(CountryRegionCity countryRegionCity) |
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAllCountryRegionCity save(CountryRegionCity countryRegionCity)
CountryRegion findByCitiesName(java.lang.String name)