Example usage for org.apache.commons.dbutils.handlers AbstractKeyedHandler subclass-usage

List of usage examples for org.apache.commons.dbutils.handlers AbstractKeyedHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbutils.handlers AbstractKeyedHandler subclass-usage.

Usage

From source file at.molindo.dbcopy.handler.AbstractLinkedKeyedHandler.java

/**
 * <p> <code>ResultSetHandler</code> implementation that returns a
 * {@link LinkedHashMap}. <code>ResultSet</code> rows are converted into objects
 * (Vs) which are then stored in a Map under the given keys (Ks) while insertion
 * order is maintained. </p>
 */