@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Documented @Inherited public @interface DBUnit
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
activateLeakHunter |
boolean |
allowEmptyFields |
boolean |
batchedStatements |
int |
batchSize |
boolean |
cacheConnection |
boolean |
cacheTableNames |
String |
escapePattern |
String |
executor |
int |
fetchSize |
boolean |
qualifiedTableNames |
public abstract String executor
public abstract boolean qualifiedTableNames
public abstract boolean batchedStatements
public abstract boolean allowEmptyFields
public abstract int fetchSize
public abstract int batchSize
public abstract String escapePattern
Copyright © 2016. All rights reserved.