|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.operation.DatabaseOperation
org.dbunit.operation.CompositeOperation
it.openutils.testing.dbunit.CleanInsertOperation
public class CleanInsertOperation
Mimics the standard DatabaseOperation.CLEAN_INSERT operation with an empty constructor (can be used in
annotations).
| Field Summary |
|---|
| Fields inherited from class org.dbunit.operation.DatabaseOperation |
|---|
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE |
| Constructor Summary | |
|---|---|
CleanInsertOperation()
|
|
| Method Summary |
|---|
| Methods inherited from class org.dbunit.operation.CompositeOperation |
|---|
execute, toString |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public CleanInsertOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||