|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.dao.CountryDaoImpl
@Repository(value="blCountryDao") public class CountryDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
protected EntityConfiguration |
entityConfiguration
|
| Constructor Summary | |
|---|---|
CountryDaoImpl()
|
|
| Method Summary | |
|---|---|
java.util.List<Country> |
findCountries()
|
Country |
findCountryByAbbreviation(java.lang.String abbreviation)
|
Country |
save(Country country)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
| Constructor Detail |
|---|
public CountryDaoImpl()
| Method Detail |
|---|
public Country findCountryByAbbreviation(java.lang.String abbreviation)
findCountryByAbbreviation in interface CountryDaopublic java.util.List<Country> findCountries()
findCountries in interface CountryDaopublic Country save(Country country)
save in interface CountryDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||