Uses of Interface
org.dbunit.dataset.IRowValueProvider
Packages that use IRowValueProvider
-
Uses of IRowValueProvider in org.dbunit.dataset
Classes in org.dbunit.dataset that implement IRowValueProviderModifier and TypeClassDescriptionclassFilters table rows by using arbitrary column values of the table to check if a row should be filtered or not. -
Uses of IRowValueProvider in org.dbunit.dataset.filter
Methods in org.dbunit.dataset.filter with parameters of type IRowValueProviderModifier and TypeMethodDescriptionbooleanIRowFilter.accept(IRowValueProvider rowValueProvider) Checks if the current row should be accepted or not