Uses of Interface
com.github.springtestdbunit.dataset.DataSetLoader

Packages that use DataSetLoader
com.github.springtestdbunit   
com.github.springtestdbunit.dataset   
 

Uses of DataSetLoader in com.github.springtestdbunit
 

Methods in com.github.springtestdbunit that return DataSetLoader
 DataSetLoader DbUnitRule.DbUnitTestContextAdapter.getDataSetLoader()
           
 

Methods in com.github.springtestdbunit with parameters of type DataSetLoader
 void DbUnitRule.setDataSetLoader(DataSetLoader dataSetLoader)
          Set the DataSetLoader that will be used to load IDataSets.
 

Uses of DataSetLoader in com.github.springtestdbunit.dataset
 

Classes in com.github.springtestdbunit.dataset that implement DataSetLoader
 class AbstractDataSetLoader
          Abstract data set loader, which provides a basis for concrete implementations of the DataSetLoader strategy.
 class FlatXmlDataSetLoader
          A data set loader that can be used to load xml datasets
 



Copyright © 2012. All Rights Reserved.