org.zeroexchange.dao.location
Interface CountryDAO

All Superinterfaces:
DAO<String,Country>, StringPKDAO<Country>
All Known Implementing Classes:
CountryDAOImpl

public interface CountryDAO
extends StringPKDAO<Country>

Author:
black

Method Summary
 List<Country> getCountries()
          Returns countries.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getCountries

List<Country> getCountries()
Returns countries.



Copyright © 2013. All Rights Reserved.