JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.ebean.RowMapper
Packages that use
RowMapper
Package
Description
io.ebean
Core API (see
Database
,
DB
and
Query
).
Uses of
RowMapper
in
io.ebean
Methods in
io.ebean
with parameters of type
RowMapper
Modifier and Type
Method
Description
<T>
SqlQuery.TypeQuery
<T>
SqlQuery.
mapTo
(
RowMapper
<T> mapper)
Use a RowMapper to map the result to beans.