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.EntityManager
protected 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:
findISOCountryByAlpha2Code
in interfaceISODao
-
findISOCountries
- Specified by:
findISOCountries
in interfaceISODao
-
save
-