| Package | Description |
|---|---|
| io.ebean |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
SqlQuery.findList(RowMapper<T> mapper)
Execute the query returning a list using the mapper.
|
<T> T |
SqlQuery.findOne(RowMapper<T> mapper)
Execute the query returning a single result using the mapper.
|
Copyright © 2019. All rights reserved.