Uses of Interface
org.dbunit.util.search.ISearchAlgorithm

Packages that use ISearchAlgorithm
org.dbunit.util.search   
 

Uses of ISearchAlgorithm in org.dbunit.util.search
 

Classes in org.dbunit.util.search that implement ISearchAlgorithm
 class DepthFirstSearch
          Search using depth-first algorithm.

An instance of this class must be used only once, as it maintains the internal state of the search.

 



Copyright © 2002-2011. All Rights Reserved.