Uses of Interface
io.ebean.RowMapper
-
Packages that use RowMapper Package Description io.ebean -
-
Uses of RowMapper in io.ebean
Methods in io.ebean with parameters of type RowMapper Modifier and Type Method Description <T> List<T>
SqlQuery. findList(RowMapper<T> mapper)
Deprecated.<T> T
SqlQuery. findOne(RowMapper<T> mapper)
Deprecated.<T> SqlQuery.TypeQuery<T>
SqlQuery. mapTo(RowMapper<T> mapper)
Use a RowMapper to map the result to beans.
-