| Package | Description |
|---|---|
| org.unitils.dbunit.datasetloadstrategy.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CleanInsertLoadStrategy
DataSetLoadStrategy that inserts a dataset, after removal of all data present in the tables specified in the dataset. |
class |
InsertLoadStrategy
DataSetLoadStrategy that inserts the contents of the dataset into the database. |
class |
RefreshLoadStrategy
DataSetLoadStrategy that 'refreshes' the contents of the database with the contents of the dataset. |
class |
UpdateLoadStrategy
DataSetLoadStrategy that updates the contents of the database with the contents of the dataset. |
Copyright © 2016. All Rights Reserved.