public interface CountryDao
CountryModel access.| Modifier and Type | Method and Description |
|---|---|
List<CountryModel> |
findCountries()
Finds all available
CountryModel instances. |
List<CountryModel> |
findCountriesByCode(String countryCode)
Finds
CountryModel instances full filling the country code requirement. |
List<CountryModel> findCountries()
CountryModel instances.List<CountryModel> findCountriesByCode(String countryCode)
CountryModel instances full filling the country code requirement.Copyright © 2017 SAP SE. All Rights Reserved.