| 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 | |
| H2File | |
| H2Memory | |
| H2Server | |
| 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-2016. All Rights Reserved.