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 578 2008-01-31 13:13:40Z 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanInsertOperation

public CleanInsertOperation()
Parameters:
action1 -
action2 -


Copyright © 2008 Openmind. All Rights Reserved.