com.imcode.db.handlers
Class CollectionHandler

java.lang.Object
  extended by com.imcode.db.handlers.RowTransformingHandler
      extended by com.imcode.db.handlers.CollectionHandler
All Implemented Interfaces:
org.apache.commons.dbutils.ResultSetHandler

public class CollectionHandler
extends RowTransformingHandler


Field Summary
 
Fields inherited from class com.imcode.db.handlers.RowTransformingHandler
rowTransformer
 
Constructor Summary
CollectionHandler(java.util.Collection collection, RowTransformer objectFromRowFactory)
           
 
Method Summary
 java.lang.Object handle(java.sql.ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionHandler

public CollectionHandler(java.util.Collection collection,
                         RowTransformer objectFromRowFactory)
Method Detail

handle

public java.lang.Object handle(java.sql.ResultSet resultSet)
                        throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © -2006 . All Rights Reserved.