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 1301 2009-08-25 09:41:04Z mmunaretto $
Author:
fgiust
See Also:
InsertIdentityOperation

Field Summary
 
Fields inherited from class org.dbunit.ext.mssql.InsertIdentityOperation
CLEAN_INSERT, IDENTITY_FILTER_EXTENDED, 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 org.dbunit.operation.DatabaseOperation
CLOSE_CONNECTION, TRANSACTION
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsSqlIndentityCleanInsertOperation

public MsSqlIndentityCleanInsertOperation()


Copyright © 2005-2009 Openmind. All Rights Reserved.