| Interface | Description |
|---|---|
| DatabaseUpdater | |
| JdbcConfiguration |
Used with the
@Jdbc annotation to specify JDBC parameters for unit testing. |
| Class | Description |
|---|---|
| AbstractJdbcConfiguration | |
| DerbyEmbedded | |
| DynamicJdbcConfiguration |
A JDBC configuration that can be configured through either system properties or a configuration file.
|
| EmptyDatabase | |
| H2 |
This class provides common H2 configuration settings.
|
| H2File |
Configuration settings for the H2 instance backed by file storage.
|
| H2Memory |
Configuration settings for the H2 instance backed by memory.
|
| H2Server |
Configuration settings for the H2 instance, which is running
as a TCP server.
|
| Hsql | |
| HsqlFileStorage | |
| MySql | |
| NullDatabase | |
| NuoDB | |
| Oracle | |
| Postgres | |
| SqlServer |
| Annotation Type | Description |
|---|---|
| Data |
Use with
ActiveObjectsJUnitRunner to specify schema initialization behavior. |
| Jdbc |
Use with
ActiveObjectsJUnitRunner to specify the JDBC configuration for the
EntityManager used in unit tests. |
| NonTransactional |
An annotation that disables the default transaction management behavior for JUnit test methods.
|
Copyright © 2007–2022 Atlassian. All rights reserved.