| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationExporter<T extends Configuration> |
class |
ConfigurationImporter<T extends Configuration>
Fetches persistence-related configuration from
arquillian.xml or
property file and creates PersistenceConfiguration instance used
during tests execution. |
class |
ConfigurationProducer<T extends Configuration> |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Configuration> |
Configuration.exportUsing(K configuration) |
static <K extends Configuration> |
Configuration.importTo(K configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBUnitConfiguration
DBUnit configuration which can be customized in
arquillian.xml
descriptor in the element with qualifier persistence-dbunit. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaCacheEvictionConfiguration
JPA cache eviction configuration which can be customized in
arquillian.xml descriptor in the element with qualifier
persistence-jpacacheeviction. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptingConfiguration
Scripting configuration which can be customized in
arquillian.xml
descriptor in the element with qualifier persistence-script. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.