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