| Class | Description |
|---|---|
| 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 © 2016. All Rights Reserved.