Uses of Class
net.odoframework.sql.ResultSetMapper
| Package | Description |
|---|---|
| net.odoframework.sql |
-
Uses of ResultSetMapper in net.odoframework.sql
Methods in net.odoframework.sql that return ResultSetMapper Modifier and Type Method Description ResultSetMapper<T>ResultSetMapper. field(int columnReference, BiConsumer<T,?> handler)ResultSetMapper<T>ResultSetMapper. field(String columnReference, BiConsumer<T,?> handler)ResultSetMapper<T>ResultSetMapper. field(ColumnReference columnReference, BiConsumer<T,?> handler)static <T> ResultSetMapper<T>ResultSetMapper. into(Function<ResultSet,T> instanceConstructor)static <T> ResultSetMapper<T>ResultSetMapper. into(Supplier<T> instance)static <T> ResultSetMapper<T>ResultSetMapper. into(T instance)