it.openutils.testing.dbunit
Class MySqlNoFkInsertOperation

java.lang.Object
  extended by org.dbunit.operation.DatabaseOperation
      extended by org.dbunit.operation.AbstractOperation
          extended by it.openutils.testing.dbunit.MySqlAbstractNoFkOperation
              extended by it.openutils.testing.dbunit.MySqlNoFkInsertOperation

public class MySqlNoFkInsertOperation
extends MySqlAbstractNoFkOperation

Extended operation for dbunit that disables FK checks.

Version:
$Id: MySqlNoFkInsertOperation.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
MySqlNoFkInsertOperation()
           
 
Method Summary
 
Methods inherited from class it.openutils.testing.dbunit.MySqlAbstractNoFkOperation
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

MySqlNoFkInsertOperation

public MySqlNoFkInsertOperation()
Parameters:
operation -


Copyright © 2008 Openmind. All Rights Reserved.