|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITableFilter | |
|---|---|
| org.dbunit.database | |
| org.dbunit.database.search | |
| org.dbunit.dataset | |
| org.dbunit.dataset.filter | |
| Uses of ITableFilter in org.dbunit.database |
|---|
| Classes in org.dbunit.database that implement ITableFilter | |
|---|---|
class |
DatabaseSequenceFilter
This filter orders tables using dependency information provided by DatabaseMetaData.getExportedKeys(java.lang.String, java.lang.String, java.lang.String). |
class |
PrimaryKeyFilter
Filter a table given a map of the allowed rows based on primary key values. It uses a depth-first algorithm (although not recursive - it might be refactored in the future) to define which rows are allowed, as well which rows are necessary (and hence allowed) because of dependencies with the allowed rows. NOTE: multi-column primary keys are not supported at the moment. |
| Uses of ITableFilter in org.dbunit.database.search |
|---|
| Methods in org.dbunit.database.search that return ITableFilter | |
|---|---|
ITableFilter |
ImportedAndExportedKeysSearchCallbackFilteredByPKs.getFilter()
Get the primary key filter associated with the call back |
ITableFilter |
ImportedKeysSearchCallbackFilteredByPKs.getFilter()
Get the primary key filter associated with the call back |
| Uses of ITableFilter in org.dbunit.dataset |
|---|
| Constructors in org.dbunit.dataset with parameters of type ITableFilter | |
|---|---|
FilteredDataSet(ITableFilter filter,
IDataSet dataSet)
Creates a FilteredDataSet that decorates the specified dataset and exposes only the tables allowed by the specified filter. |
|
| Uses of ITableFilter in org.dbunit.dataset.filter |
|---|
| Classes in org.dbunit.dataset.filter that implement ITableFilter | |
|---|---|
class |
AbstractTableFilter
This class provides a skeletal implementation of the ITableFilter
interface to minimize the effort required to implement a filter. |
class |
DefaultTableFilter
This filter exposes only tables matching include patterns and not matching exclude patterns. |
class |
ExcludeTableFilter
This filter hides specified tables from the filtered dataset. |
class |
IncludeTableFilter
This filter exposes only allowed tables from the filtered dataset. |
class |
SequenceTableFilter
This filter expose a specified table sequence and can be used to reorder tables in a dataset. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||