Uses of Class
org.dbunit.database.PrimaryKeyFilter.PkTableMap

Packages that use PrimaryKeyFilter.PkTableMap
org.dbunit.database   
org.dbunit.database.search   
 

Uses of PrimaryKeyFilter.PkTableMap in org.dbunit.database
 

Constructors in org.dbunit.database with parameters of type PrimaryKeyFilter.PkTableMap
PrimaryKeyFilter.PkTableMap(PrimaryKeyFilter.PkTableMap allowedPKs)
          Copy constructor
PrimaryKeyFilter(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.PkTableMap
static IDataSet TablesDependencyHelper.getAllDataset(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap rootTables)
           
static IDataSet TablesDependencyHelper.getDataset(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap rootTables)
           
 

Constructors in org.dbunit.database.search with parameters of type PrimaryKeyFilter.PkTableMap
ImportedAndExportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap allowedPKs)
          Default constructor.
ImportedKeysSearchCallbackFilteredByPKs(IDatabaseConnection connection, PrimaryKeyFilter.PkTableMap allowedPKs)
          Default constructor.
 



Copyright © 2002-2012. All Rights Reserved.