public class MappedResultProvider<RESULT>
extends org.seasar.doma.internal.jdbc.command.AbstractObjectProvider<RESULT>
| Constructor and Description |
|---|
MappedResultProvider(Query query,
java.util.function.Function<DataRow,RESULT> mapper) |
| Modifier and Type | Method and Description |
|---|---|
RESULT |
get(java.sql.ResultSet resultSet)
Retrieve the object.
|
public RESULT get(java.sql.ResultSet resultSet) throws java.sql.SQLException
ObjectProviderresultSet - the result setjava.sql.SQLException - if the result set throws SQLException.