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