Package | Description |
---|---|
com.github.springtestdbunit.annotation | |
com.github.springtestdbunit.operation |
Modifier and Type | Method and Description |
---|---|
static DatabaseOperation |
DatabaseOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseOperation[] |
DatabaseOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.dbunit.operation.DatabaseOperation |
MicrosoftSqlDatabaseOperationLookup.get(DatabaseOperation operation) |
org.dbunit.operation.DatabaseOperation |
DefaultDatabaseOperationLookup.get(DatabaseOperation operation) |
org.dbunit.operation.DatabaseOperation |
DatabaseOperationLookup.get(DatabaseOperation operation)
Returns the DBUnit
Database Operation that should be used for the
specified enum or null if the operation is not supported. |
Copyright © 2016. All rights reserved.