Uses of Class
org.unitils.dbunit.datasetloadstrategy.impl.BaseDataSetLoadStrategy

Packages that use BaseDataSetLoadStrategy
org.unitils.dbunit.datasetloadstrategy.impl   
 

Uses of BaseDataSetLoadStrategy in org.unitils.dbunit.datasetloadstrategy.impl
 

Subclasses of BaseDataSetLoadStrategy in org.unitils.dbunit.datasetloadstrategy.impl
 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 © 2011. All Rights Reserved.