it.openutils.testing.dbunit
Class MsSqlIndentityCleanInsertOperation

java.lang.Object
  extended by org.dbunit.operation.DatabaseOperation
      extended by org.dbunit.operation.AbstractOperation
          extended by org.dbunit.ext.mssql.InsertIdentityOperation
              extended by it.openutils.testing.dbunit.MsSqlIndentityCleanInsertOperation

public class MsSqlIndentityCleanInsertOperation
extends org.dbunit.ext.mssql.InsertIdentityOperation

Extends the standard org.dbunit.ext.mssql.InsertIdentityOperation in order to be able to use this class directly in a annotation. Wraps a DatabaseOperation.CLEAN_INSERT operation.

Version:
$Id: MsSqlIndentityCleanInsertOperation.java 578 2008-01-31 13:13:40Z fgiust $
Author:
fgiust
See Also:
InsertIdentityOperation

Field Summary
 
Fields inherited from class org.dbunit.ext.mssql.InsertIdentityOperation
CLEAN_INSERT, INSERT, PROPERTY_IDENTITY_COLUMN_FILTER, REFRESH
 
Fields inherited from class org.dbunit.operation.DatabaseOperation
DELETE, DELETE_ALL, NONE, TRUNCATE_TABLE, UPDATE
 
Constructor Summary
MsSqlIndentityCleanInsertOperation()
           
 
Method Summary
 
Methods inherited from class org.dbunit.ext.mssql.InsertIdentityOperation
execute
 
Methods inherited from class org.dbunit.operation.AbstractOperation
getQualifiedName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsSqlIndentityCleanInsertOperation

public MsSqlIndentityCleanInsertOperation()
Parameters:
operation -


Copyright © 2008 Openmind. All Rights Reserved.