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 925 2008-11-10 15:26:41Z fgiust $
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()
Parameters:
action1 -
action2 -


Copyright © 2009 Openmind. All Rights Reserved.