JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Index
Search
Help
io.ebean.core
io.ebeaninternal.server.core
RowReader
Contents
Description
Method Summary
Method Details
read()
Hide sidebar
Show sidebar
Interface RowReader<
T
>
public interface
RowReader<T>
Read a row building a result for that row.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
read
()
Build and return a result for a row.
Method Details
read
T
read
() throws
SQLException
Build and return a result for a row.
Throws:
SQLException