See: Description
Class | Description |
---|---|
AbstractKeyedHandler<K,V> |
ResultSetHandler implementation that returns a Map. |
AbstractListHandler<T> |
Abstract class that simplify development of
ResultSetHandler
classes that convert ResultSet into List . |
ArrayHandler |
ResultSetHandler implementation that converts a
ResultSet into an Object[] . |
ArrayListHandler |
ResultSetHandler implementation that converts the
ResultSet into a List of Object[] s. |
BeanHandler<T> |
ResultSetHandler implementation that converts the first
ResultSet row into a JavaBean. |
BeanListHandler<T> |
ResultSetHandler implementation that converts a
ResultSet into a List of beans. |
BeanMapHandler<K,V> |
ResultSetHandler implementation that returns a Map of Beans. |
ColumnListHandler<T> |
ResultSetHandler implementation that converts one
ResultSet column into a List of
Object s. |
KeyedHandler<K> |
ResultSetHandler implementation that returns a Map of Maps. |
MapHandler |
ResultSetHandler implementation that converts the first
ResultSet row into a Map . |
MapListHandler |
ResultSetHandler implementation that converts a
ResultSet into a List of Map s. |
ScalarHandler<T> |
ResultSetHandler implementation that converts one
ResultSet column into an Object. |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.