Class ISODaoImpl
java.lang.Object
org.broadleafcommerce.common.i18n.dao.ISODaoImpl
- All Implemented Interfaces:
ISODao
- Author:
- Elbert Bautista (elbertbautista)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected EntityConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindISOCountryByAlpha2Code(String alpha2) save(ISOCountry isoCountry)
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
-
Constructor Details
-
ISODaoImpl
public ISODaoImpl()
-
-
Method Details
-
findISOCountryByAlpha2Code
- Specified by:
findISOCountryByAlpha2Codein interfaceISODao
-
findISOCountries
- Specified by:
findISOCountriesin interfaceISODao
-
save
-