public interface DataSetLoadStrategy
DatabaseOperation class.
Implementations must have an empty constructor so that an instance can be created using reflection.
The concrete implementation class that is used can be configured using the annotation attribute
DataSet.loadStrategy(). A default can be specified using the property
DbUnitModule.DataSet.loadStrategy.default.
This wrapper mechanism makes it very easy to use custom DbUnit DatabaseOperation composite object
structures, without sacrificing the powerfulness of Unitils' configuration system.| Modifier and Type | Method and Description |
|---|---|
void |
execute(DbUnitDatabaseConnection dbUnitDatabaseConnection,
org.dbunit.dataset.IDataSet dataSet)
Executes this DataSetLoadStrategy.
|
void execute(DbUnitDatabaseConnection dbUnitDatabaseConnection, org.dbunit.dataset.IDataSet dataSet)
dbUnitDatabaseConnection - DbUnit class providing access to the databasedataSet - The dbunit datasetCopyright © 2017. All rights reserved.