All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractKeyedHandler<K,V> ResultSetHandlerimplementation that returns a Map.AbstractListHandler<T> Abstract class that simplify development ofResultSetHandlerclasses that convertResultSetintoList.AbstractQueryRunner The base class for QueryRunner & AsyncQueryRunner.ArrayHandler ResultSetHandlerimplementation that converts aResultSetinto anObject[].ArrayListHandler ResultSetHandlerimplementation that converts theResultSetinto aListofObject[]s.AsyncQueryRunner Executes SQL queries with pluggable strategies for handlingResultSets.BaseResultSetHandler<T> Extensions of this class convert ResultSets into other objects.BasicRowProcessor Basic implementation of theRowProcessorinterface.BeanHandler<T> ResultSetHandlerimplementation that converts the firstResultSetrow into a JavaBean.BeanListHandler<T> ResultSetHandlerimplementation that converts aResultSetinto aListof beans.BeanMapHandler<K,V> ResultSetHandlerimplementation that returns a Map of Beans.BeanProcessor BeanProcessormatches column names to bean property names and convertsResultSetcolumns into objects for those bean properties.BooleanColumnHandler ByteColumnHandler Column Annotation for BeanProcessor to receive hints of the field name rather than dissecting the method name.ColumnHandler<T> Defines how to process columns when constructing a bean from aResultSet.ColumnListHandler<T> ResultSetHandlerimplementation that converts oneResultSetcolumn into aListofObjects.DatePropertyHandler PropertyHandlerfor date fields.DbUtils A collection of JDBC helper methods.DoubleColumnHandler FloatColumnHandler GenerousBeanProcessor Provides generous name matching (e.g.IntegerColumnHandler KeyedHandler<K> ResultSetHandlerimplementation that returns a Map of Maps.LongColumnHandler MapHandler ResultSetHandlerimplementation that converts the firstResultSetrow into aMap.MapListHandler ResultSetHandlerimplementation that converts aResultSetinto aListofMaps.OutParameter<T> Represents an OUT parameter for a stored procedure.PropertyHandler Defines how to handle properties when constructing a bean from aResultSet.ProxyFactory Creates proxy implementations of JDBC interfaces.QueryLoader QueryLoaderis a registry for sets of queries so that multiple copies of the same queries aren't loaded into memory.QueryRunner Executes SQL queries with pluggable strategies for handlingResultSets.ResultSetHandler<T> Implementations of this interface convert ResultSets into other objects.ResultSetIterator Wraps aResultSetin anIterator<Object[]>.RowProcessor RowProcessorimplementations convertResultSetrows into various other objects.ScalarHandler<T> ResultSetHandlerimplementation that converts oneResultSetcolumn into an Object.ShortColumnHandler SqlNullCheckedResultSet Decorates aResultSetwith checks for a SQL NULL value on eachgetXXXmethod.SQLXMLColumnHandler StatementConfiguration Configuration options for aStatementwhen preparing statements inQueryRunner.StatementConfiguration.Builder Builder class forStatementConfigurationfor more flexible construction.StringColumnHandler StringEnumPropertyHandler PropertyHandlerfor enums.StringTrimmedResultSet Wraps aResultSetto trim strings returned by thegetString()andgetObject()methods.TimestampColumnHandler