@Service(value="blCountryService") public class CountryServiceImpl extends java.lang.Object implements CountryService
| Modifier and Type | Field and Description |
|---|---|
protected CountryDao |
countryDao |
| Constructor and Description |
|---|
CountryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Country> |
findCountries() |
Country |
findCountryByAbbreviation(java.lang.String abbreviation) |
Country |
save(Country country) |
protected CountryDao countryDao
public java.util.List<Country> findCountries()
findCountries in interface CountryServicepublic Country findCountryByAbbreviation(java.lang.String abbreviation)
findCountryByAbbreviation in interface CountryService@Transactional(value="blTransactionManager") public Country save(Country country)
save in interface CountryServiceCopyright © 2018. All Rights Reserved.