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 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
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsSqlIndentityInsertOperation

public MsSqlIndentityInsertOperation()
Parameters:
operation -


Copyright © 2008 Openmind. All Rights Reserved.