Uses of Package
org.dbunit.util.search
Packages that use org.dbunit.util.search
-
Classes in org.dbunit.util.search used by org.dbunit.database.searchClassDescriptionSuper-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
This class implements thesearchNode()based on its internal mode, which could beALLOW_MODE,DENY_MODEorNO_MODE:NO_MODEis the default mode and meanssearchNode()always return trueALLOW_MODEis set whensetAllowedNodes()is called and it meanssearchNode()will return true only if the node is contained on the Set (or array) passed tosetAllowedNodes()DENY_MODEis set whensetDeniedNodes()is called and it meanssearchNode()will return true only if the node is not contained on the Set (or array) passed tosetDeniedNodes()Basic implementation of theIEdgeinterface.A bidirectional edge on the graph to be searched.
It must implementComparableso theISearchCallbackcan properly order the dependencies of a node (so, typically, the implementations will compare thegetTo()node).Callback used by the search algorithms.
This interface is responsible for providing the edges of the graph and it can be notified of some events generated by the search.Base class for exceptions during the search. -
Classes in org.dbunit.util.search used by org.dbunit.util.searchClassDescriptionSuper-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
This class implements thesearchNode()based on its internal mode, which could beALLOW_MODE,DENY_MODEorNO_MODE:NO_MODEis the default mode and meanssearchNode()always return trueALLOW_MODEis set whensetAllowedNodes()is called and it meanssearchNode()will return true only if the node is contained on the Set (or array) passed tosetAllowedNodes()DENY_MODEis set whensetDeniedNodes()is called and it meanssearchNode()will return true only if the node is not contained on the Set (or array) passed tosetDeniedNodes()A bidirectional edge on the graph to be searched.
It must implementComparableso theISearchCallbackcan properly order the dependencies of a node (so, typically, the implementations will compare thegetTo()node).Interface representing an algorithm that searches a graph.Callback used by the search algorithms.
This interface is responsible for providing the edges of the graph and it can be notified of some events generated by the search.Base class for exceptions during the search.