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 java.lang.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
queryCacheableKey
protected java.lang.String queryCacheableKey
CountryDaoImpl
public CountryDaoImpl()
findCountryByAbbreviation
public Country findCountryByAbbreviation(java.lang.String abbreviation)
- Specified by:
findCountryByAbbreviation in interface CountryDao
findCountries
public java.util.List<Country> findCountries()
- Specified by:
findCountries in interface CountryDao
getQueryCacheableKey
public java.lang.String getQueryCacheableKey()
setQueryCacheableKey
public void setQueryCacheableKey(java.lang.String queryCacheableKey)
save
public Country save(Country country)
- Specified by:
save in interface CountryDao
Copyright © 2011. All Rights Reserved.