org.broadleafcommerce.profile.core.dao
Class CountryDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CountryDaoImpl
- All Implemented Interfaces:
- CountryDao
@Repository(value="blCountryDao")
public class CountryDaoImpl
- extends Object
- implements CountryDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
CountryDaoImpl
public CountryDaoImpl()
findCountryByAbbreviation
public Country findCountryByAbbreviation(String abbreviation)
- Specified by:
findCountryByAbbreviation in interface CountryDao
findCountries
public List<Country> findCountries()
- Specified by:
findCountries in interface CountryDao
save
public Country save(Country country)
- Specified by:
save in interface CountryDao
Copyright © 2013. All Rights Reserved.