I have a model instance already, it's a basic POJO, how can I populate it (by issuing a SELECT
) with the values using dbutils by calling the setters which are named to match the table column names?
So BasicRowProcessor should match, I just don't find the appropiate class/method to call with the object as parameter.
There is only one instance I want to set, not an array.