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 ISODao
public List<ISOCountry> findISOCountries()
findISOCountries
in interface ISODao
public ISOCountry save(ISOCountry isoCountry)
Copyright © 2022. All rights reserved.