CountrySubdivisionDao
instead.@Deprecated public interface StateDao
Modifier and Type | Method and Description |
---|---|
State |
create()
Deprecated.
|
State |
findStateByAbbreviation(String abbreviation)
Deprecated.
|
List<State> |
findStates()
Deprecated.
|
List<State> |
findStates(String countryAbbreviation)
Deprecated.
|
State |
save(State state)
Deprecated.
|
Copyright © 2019. All rights reserved.