org.unitils.dbmaintainer.clean
Interface DBCleaner

All Superinterfaces:
DatabaseAccessing
All Known Implementing Classes:
DefaultDBCleaner

public interface DBCleaner
extends DatabaseAccessing

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.

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void cleanSchemas()
          Delete data from the database schema, that could cause problems when performing updates.
 
Methods inherited from interface org.unitils.dbmaintainer.util.DatabaseAccessing
init
 

Method Detail

cleanSchemas

void cleanSchemas()
Delete data from the database schema, that could cause problems when performing updates.



Copyright © 2011. All Rights Reserved.