|
Arquillian Persistence Extension Implementation 1.0.0.Alpha4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataSeedStrategy>
org.jboss.arquillian.persistence.data.dbunit.configuration.DataSeedStrategy
public enum DataSeedStrategy
| Enum Constant Summary | |
|---|---|
CLEAN_INSERT
Performs insert of the data defined in provided data sets, after removal of all data present in the tables referred in provided files. |
|
INSERT
Performs insert of the data defined in provided data sets. |
|
REFRESH
During this operation existing rows are updated and new ones are inserted. |
|
UPDATE
This strategy updates existing rows using data provided in the datasets. |
|
| Method Summary | |
|---|---|
abstract org.dbunit.operation.DatabaseOperation |
get(boolean useIdentityInsert)
|
static DataSeedStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataSeedStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataSeedStrategy INSERT
public static final DataSeedStrategy CLEAN_INSERT
public static final DataSeedStrategy REFRESH
public static final DataSeedStrategy UPDATE
| Method Detail |
|---|
public static DataSeedStrategy[] values()
for (DataSeedStrategy c : DataSeedStrategy.values()) System.out.println(c);
public static DataSeedStrategy valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic abstract org.dbunit.operation.DatabaseOperation get(boolean useIdentityInsert)
|
Arquillian Persistence Extension Implementation 1.0.0.Alpha4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||