org.dbmaintain.structure.clean
Interface DBCleaner

All Known Implementing Classes:
DefaultDBCleaner

public interface 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.

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void cleanDatabase()
          Delete all data from all database tables.
 

Method Detail

cleanDatabase

void cleanDatabase()
Delete all data from all database tables.



Copyright © 2011. All Rights Reserved.