org.unitils.dbunit.datasetfactory.impl
Class DbUnitDataSet

java.lang.Object
  extended by org.dbunit.dataset.AbstractDataSet
      extended by org.unitils.dbunit.datasetfactory.impl.DbUnitDataSet
All Implemented Interfaces:
org.dbunit.dataset.IDataSet

public class DbUnitDataSet
extends org.dbunit.dataset.AbstractDataSet

Author:
Tim Ducheyne

Field Summary
protected  java.util.Map<java.lang.String,DbUnitTable> tablesPerName
           
 
Fields inherited from class org.dbunit.dataset.AbstractDataSet
_orderedTableNameMap
 
Constructor Summary
DbUnitDataSet()
           
 
Method Summary
 void addTable(DbUnitTable table)
           
protected  org.dbunit.dataset.ITableIterator createIterator(boolean reversed)
           
 DbUnitTable getDbUnitTable(java.lang.String tableName)
           
 org.dbunit.dataset.ITable getTable(java.lang.String tableName)
           
 
Methods inherited from class org.dbunit.dataset.AbstractDataSet
createTableNameMap, getTableMetaData, getTableNames, getTables, isCaseSensitiveTableNames, iterator, reverseIterator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tablesPerName

protected java.util.Map<java.lang.String,DbUnitTable> tablesPerName
Constructor Detail

DbUnitDataSet

public DbUnitDataSet()
Method Detail

getTable

public org.dbunit.dataset.ITable getTable(java.lang.String tableName)
Specified by:
getTable in interface org.dbunit.dataset.IDataSet
Overrides:
getTable in class org.dbunit.dataset.AbstractDataSet

getDbUnitTable

public DbUnitTable getDbUnitTable(java.lang.String tableName)

addTable

public void addTable(DbUnitTable table)

createIterator

protected org.dbunit.dataset.ITableIterator createIterator(boolean reversed)
                                                    throws org.dbunit.dataset.DataSetException
Specified by:
createIterator in class org.dbunit.dataset.AbstractDataSet
Throws:
org.dbunit.dataset.DataSetException


Copyright © 2014. All Rights Reserved.