Uses of Class
org.dbunit.database.search.AbstractMetaDataBasedSearchCallback
Packages that use AbstractMetaDataBasedSearchCallback
-
Uses of AbstractMetaDataBasedSearchCallback in org.dbunit.database.search
Subclasses of AbstractMetaDataBasedSearchCallback in org.dbunit.database.searchModifier and TypeClassDescriptionclassISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(B) will return A.classISearchCallback implementation that get the nodes using both direct and reverse foreign key dependency, i.e, if table C has a FK for a table A and table A has a FK for a table B, then getNodes(A) will return B and C.classExtension of the ImportedAndExportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.classISearchCallback implementation that get the nodes using direct foreign key dependency, i.e, if table A has a FK for a table B, then getNodes(A) will return B.classExtension of the ImportedKeysSearchCallback, where each new edge is added to a PrimaryKeyFilter.