net.wgen.op.db.dbunit
Class ITableTransformer
java.lang.Object
net.wgen.op.db.dbunit.ITableTransformer
- All Implemented Interfaces:
- org.apache.commons.collections.Transformer
- public class ITableTransformer
- extends java.lang.Object
- implements org.apache.commons.collections.Transformer
- Version:
- $Id: ITableTransformer.html,v 1.2 2007/01/28 04:09:37 paulfeuer Exp $
- Author:
- Paul Feuer, Wireless Generation, Inc.
|
Method Summary |
java.lang.Object |
transform(java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FACTORY
private static final org.apache.commons.collections.Factory DEFAULT_FACTORY
_databaseCall
private final DatabaseCall _databaseCall
_rowTransformer
private ITableRowTransformer _rowTransformer
_collectionFactory
private final org.apache.commons.collections.Factory _collectionFactory
ITableTransformer
public ITableTransformer(DatabaseCall dbCall,
Parameter parameter)
ITableTransformer
public ITableTransformer(DatabaseCall dbCall,
Parameter parameter,
ITableRowTransformer rowTransformer,
org.apache.commons.collections.Factory collectionFactory)
transform
public java.lang.Object transform(java.lang.Object object)
- Specified by:
transform in interface org.apache.commons.collections.Transformer