Uses of Package
org.unitils.dbmaintainer.clean

Packages that use org.unitils.dbmaintainer.clean
org.unitils.dbmaintainer   
org.unitils.dbmaintainer.clean.impl   
 

Classes in org.unitils.dbmaintainer.clean used by org.unitils.dbmaintainer
DBCleaner
          Defines the contract for implementations that delete data from the database, that could cause problems when performing updates to the database, such as adding not null columns or foreign key constraints.
DBClearer
          Defines the contract for implementations that clear a database schema, so that it can for instance be recreated from scratch by the DBMaintainer
 

Classes in org.unitils.dbmaintainer.clean used by org.unitils.dbmaintainer.clean.impl
DBCleaner
          Defines the contract for implementations that delete data from the database, that could cause problems when performing updates to the database, such as adding not null columns or foreign key constraints.
DBClearer
          Defines the contract for implementations that clear a database schema, so that it can for instance be recreated from scratch by the DBMaintainer
 



Copyright © 2011. All Rights Reserved.