| Modifier and Type | Field and Description | 
|---|---|
| protected javax.persistence.EntityManager | em | 
| protected EntityConfiguration | entityConfiguration | 
| Constructor and Description | 
|---|
| ISODaoImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ISOCountry> | findISOCountries() | 
| ISOCountry | findISOCountryByAlpha2Code(String alpha2) | 
| ISOCountry | save(ISOCountry isoCountry) | 
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public ISOCountry findISOCountryByAlpha2Code(String alpha2)
findISOCountryByAlpha2Code in interface ISODaopublic List<ISOCountry> findISOCountries()
findISOCountries in interface ISODaopublic ISOCountry save(ISOCountry isoCountry)
Copyright © 2020. All rights reserved.