Interface CountryDao

  • All Known Implementing Classes:
    DefaultCountryDao

    public interface CountryDao
    Dao responsible for CountryModel access.
    Since:
    4.3
    Spring Bean ID:
    countryDao
    • Method Detail

      • findCountriesByCode

        java.util.List<CountryModel> findCountriesByCode​(java.lang.String countryCode)
        Finds CountryModel instances full filling the country code requirement.