|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface DbUnitExecution
| Optional Element Summary | |
|---|---|
java.lang.String[] |
datasets
The resource locations to use for loading dbunit dataset. |
java.lang.String |
dataSource
The name of the datasource to use. |
java.lang.String |
excludedTables
A regexp that can match table names. |
java.lang.Class<? extends org.dbunit.operation.DatabaseOperation> |
insertOperation
The database operation that will be used to load datasets. |
java.lang.String |
schema
Db schema name that will be given to dbUnit. |
boolean |
truncateAll
If true, all the tables in the database will be truncated before loading any dataset. |
java.lang.Class<? extends org.dbunit.operation.DatabaseOperation> |
truncateOperation
The database operation that will be used to truncate tables. |
public abstract java.lang.String[] datasets
public abstract java.lang.String dataSource
public abstract java.lang.String schema
public abstract java.lang.String excludedTables
public abstract boolean truncateAll
public abstract java.lang.Class<? extends org.dbunit.operation.DatabaseOperation> truncateOperation
public abstract java.lang.Class<? extends org.dbunit.operation.DatabaseOperation> insertOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||