|
||||||||||
| 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. |
DatasetType |
datasetType
The type of dataset to load. |
java.lang.String |
dataSource
The name of the datasource to use. |
java.lang.Class<? extends org.dbunit.dataset.datatype.IDataTypeFactory> |
dataTypeFactory
The datatype factory (DatabaseConfig.PROPERTY_DATATYPE_FACTORY) to use. |
java.lang.String |
excludedTables
A regexp that can match table names. |
DbUnitFeature[] |
features
A list of dbunit features that should be enabled or disabled on the connection. |
java.lang.Class<? extends org.dbunit.operation.DatabaseOperation> |
insertOperation
The database operation that will be used to load datasets. |
DbUnitProperty[] |
properties
A list of dbunit properties that should be set on the connection. |
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.Class<? extends org.dbunit.dataset.datatype.IDataTypeFactory> dataTypeFactory
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
public abstract DatasetType datasetType
public abstract DbUnitFeature[] features
public abstract DbUnitProperty[] properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||