JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.ebean.core
Package
io.ebeaninternal.server.core
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