it.openutils.testing.dbunit
Class CleanInsertOperation

java.lang.Object
  extended by org.dbunit.operation.DatabaseOperation
      extended by org.dbunit.operation.CompositeOperation
          extended by it.openutils.testing.dbunit.CleanInsertOperation

public class CleanInsertOperation
extends org.dbunit.operation.CompositeOperation

Mimics the standard DatabaseOperation.CLEAN_INSERT operation with an empty constructor (can be used in annotations).

Version:
$Id: CleanInsertOperation.java 1301 2009-08-25 09:41:04Z mmunaretto $
Author:
fgiust

Field Summary
 
Fields inherited from class org.dbunit.operation.DatabaseOperation
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE
 
Constructor Summary
CleanInsertOperation()
           
 
Method Summary
 
Methods inherited from class org.dbunit.operation.CompositeOperation
execute, toString
 
Methods inherited from class org.dbunit.operation.DatabaseOperation
CLOSE_CONNECTION, TRANSACTION
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CleanInsertOperation

public CleanInsertOperation()


Copyright © 2005-2009 Openmind. All Rights Reserved.