| Package | Description |
|---|---|
| org.iternine.jeppetto.dao.test.examples.gamescore |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<GameScore> |
GameScoreDAO.findByGameTitleAndTopScore(java.lang.String gameTitle,
int topScore) |
java.lang.Iterable<GameScore> |
GameScoreDAO.findByGameTitleOrderByTopScoreDesc(java.lang.String gameTitle) |
Copyright © 2017. All Rights Reserved.