Uses of Interface
io.ebean.RowConsumer
-
Packages that use RowConsumer Package Description io.ebean -
-
Uses of RowConsumer in io.ebean
Methods in io.ebean with parameters of type RowConsumer Modifier and Type Method Description void
SqlQuery. findEachRow(RowConsumer consumer)
Execute the query reading each row from ResultSet using the RowConsumer.
-