Interface ResultMapper<T>
- Type Parameters:
T- The type of the object that the row is mapped to.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface used to convert a row from a JDBC
ResultSet into a POJO or other data structure.
This interface is designed to be used in conjunction with AbstractTableQuery.select(ResultMapper).-
Method Summary