it.openutils.testing.dbunit
Class MsSqlIndentityInsertOperation

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.MsSqlIndentityInsertOperation

public class MsSqlIndentityInsertOperation
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.INSERT operation.

Version:
$Id: MsSqlIndentityInsertOperation.java 925 2008-11-10 15:26:41Z fgiust $
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
MsSqlIndentityInsertOperation()
           
 
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

MsSqlIndentityInsertOperation

public MsSqlIndentityInsertOperation()
Parameters:
operation -


Copyright © 2009 Openmind. All Rights Reserved.