CountrySubdivisionDaoImpl instead.@Deprecated @Repository(value="blStateDao") public class StateDaoImpl extends Object implements StateDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em
Deprecated.
|
protected EntityConfiguration |
entityConfiguration
Deprecated.
|
| Constructor and Description |
|---|
StateDaoImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
State |
create()
Deprecated.
|
List<Country> |
findCountries()
Deprecated.
|
Country |
findCountryByShortName(String shortName)
Deprecated.
|
State |
findStateByAbbreviation(String abbreviation)
Deprecated.
|
List<State> |
findStates()
Deprecated.
|
List<State> |
findStates(String countryAbbreviation)
Deprecated.
|
State |
save(State state)
Deprecated.
|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public State findStateByAbbreviation(String abbreviation)
findStateByAbbreviation in interface StateDaopublic List<State> findStates()
findStates in interface StateDaopublic List<State> findStates(String countryAbbreviation)
findStates in interface StateDaoCopyright © 2022. All rights reserved.