@Repository(value="blCountrySubdivisionDao") public class CountrySubdivisionDaoImpl extends Object implements CountrySubdivisionDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
CountrySubdivisionDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
CountrySubdivision |
create() |
CountrySubdivision |
findSubdivisionByAbbreviation(String abbreviation) |
List<CountrySubdivision> |
findSubdivisions() |
List<CountrySubdivision> |
findSubdivisions(String countryAbbreviation) |
List<CountrySubdivision> |
findSubdivisionsByCountryAndCategory(String countryAbbreviation,
String category) |
CountrySubdivision |
save(CountrySubdivision state) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public CountrySubdivision findSubdivisionByAbbreviation(String abbreviation)
findSubdivisionByAbbreviation in interface CountrySubdivisionDaopublic List<CountrySubdivision> findSubdivisions()
findSubdivisions in interface CountrySubdivisionDaopublic List<CountrySubdivision> findSubdivisions(String countryAbbreviation)
findSubdivisions in interface CountrySubdivisionDaopublic List<CountrySubdivision> findSubdivisionsByCountryAndCategory(String countryAbbreviation, String category)
findSubdivisionsByCountryAndCategory in interface CountrySubdivisionDaopublic CountrySubdivision create()
create in interface CountrySubdivisionDaopublic CountrySubdivision save(CountrySubdivision state)
save in interface CountrySubdivisionDaoCopyright © 2015. All Rights Reserved.