public class DbUnitDataSet
extends org.dbunit.dataset.AbstractDataSet
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DbUnitTable> |
tablesPerName |
| Constructor and Description |
|---|
DbUnitDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTable(DbUnitTable table) |
protected org.dbunit.dataset.ITableIterator |
createIterator(boolean reversed) |
DbUnitTable |
getDbUnitTable(String tableName) |
org.dbunit.dataset.ITable |
getTable(String tableName) |
protected Map<String,DbUnitTable> tablesPerName
public org.dbunit.dataset.ITable getTable(String tableName)
getTable in interface org.dbunit.dataset.IDataSetgetTable in class org.dbunit.dataset.AbstractDataSetpublic DbUnitTable getDbUnitTable(String tableName)
public void addTable(DbUnitTable table)
protected org.dbunit.dataset.ITableIterator createIterator(boolean reversed)
throws org.dbunit.dataset.DataSetException
createIterator in class org.dbunit.dataset.AbstractDataSetorg.dbunit.dataset.DataSetExceptionCopyright © 2016. All Rights Reserved.