BeanProcessor
matches column names to bean property names and converts ResultSet
columns into objects for those bean properties. Subclasses should override the methods in the processing chain to customize behavior.
This class is thread-safe.
@see BasicRowProcessor @since DbUtils 1.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|