Uses of Class
org.dbunit.database.PrimaryKeyFilter.PkTableMap
Packages that use PrimaryKeyFilter.PkTableMap
-
Uses of PrimaryKeyFilter.PkTableMap in org.dbunit.database
Constructors in org.dbunit.database with parameters of type PrimaryKeyFilter.PkTableMapModifierConstructorDescriptionPkTableMap(PrimaryKeyFilter.PkTableMap allowedPKs) Copy constructorPrimaryKeyFilter(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap allowedPKs, boolean reverseDependency) Default constructor, it takes as input a map with desired rows in a final dataset; the filter will ensure that the rows necessary by these initial rows are also allowed (and so on...). -
Uses of PrimaryKeyFilter.PkTableMap in org.dbunit.database.search
Methods in org.dbunit.database.search with parameters of type PrimaryKeyFilter.PkTableMapModifier and TypeMethodDescriptionstatic IDataSetTablesDependencyHelper.getAllDataset(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap rootTables) static IDataSetTablesDependencyHelper.getDataset(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap rootTables) Constructors in org.dbunit.database.search with parameters of type PrimaryKeyFilter.PkTableMapModifierConstructorDescriptionImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap allowedPKs) Default constructor.ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap allowedPKs) Default constructor.