Package org.unitils.dbunit.datasetloadstrategy.impl

Class Summary
BaseDataSetLoadStrategy Base implementation of DataSetLoadStrategy.
CleanInsertLoadStrategy DataSetLoadStrategy that inserts a dataset, after removal of all data present in the tables specified in the dataset.
InsertLoadStrategy DataSetLoadStrategy that inserts the contents of the dataset into the database.
RefreshLoadStrategy DataSetLoadStrategy that 'refreshes' the contents of the database with the contents of the dataset.
UpdateLoadStrategy DataSetLoadStrategy that updates the contents of the database with the contents of the dataset.
 



Copyright © 2011. All Rights Reserved.