Package org.jete.db

Interface Summary
DataSetWrapper This interface provides a standard mechanism for retrieving IDataSet objects from their appropriate wrappers.
 

Class Summary
DBSetupAction Action to perform dbunit setup behavior.
DBUnitHelper Provide a helper for performing some standard DBUnit specific operations.
FlatXmlDataSetWrapper Simplify access to the FlatXmlDataSet, allowing configurations to simply be a filepath.
ReplacementDataSetWrapper Wrap ReplacementDataSet by providing simple means of setting replacement values and specifying another DataSet to replace values in.
SimpleDataSetWrapper Allows Spring configurability of the DataSet by letting the system test configuration specify any data set, and using this wrapper as simply a container for passing that DataSet to the DBSetupAction.