Package org.dalesbred.internal.result
Class InstantiatorRowMapper<T>
java.lang.Object
org.dalesbred.internal.result.InstantiatorRowMapper<T>
- All Implemented Interfaces:
RowMapper<T>
-
Constructor Details
-
InstantiatorRowMapper
public InstantiatorRowMapper(@NotNull @NotNull Class<T> cl, @NotNull @NotNull InstantiatorProvider instantiatorProvider)
-
-
Method Details
-
mapRow
Description copied from interface:RowMapper
Produces a single value based on current row.The implementation should not call
ResultSet.next()
or other methods to move the current position of theResultSet
, caller is responsible for that.- Specified by:
mapRow
in interfaceRowMapper<T>
- Throws:
SQLException
-