org.zeroexchange.dao.location
Class CountryDAOImpl
java.lang.Object
org.zeroexchange.dao.HibernateSessionHolder
org.zeroexchange.dao.BaseHibernateDAO<String,T>
org.zeroexchange.dao.BaseStringPKDAO<Country>
org.zeroexchange.dao.location.CountryDAOImpl
- All Implemented Interfaces:
- DAO<String,Country>, CountryDAO, StringPKDAO<Country>
public class CountryDAOImpl
- extends BaseStringPKDAO<Country>
- implements CountryDAO
- Author:
- black
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountryDAOImpl
public CountryDAOImpl()
getEntityClass
public Class<Country> getEntityClass()
-
- Specified by:
getEntityClass
in class BaseHibernateDAO<String,Country>
getCountries
public List<Country> getCountries()
- Returns countries.
- Specified by:
getCountries
in interface CountryDAO
Copyright © 2013. All Rights Reserved.