@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Jdbc
ActiveObjectsJUnitRunner to specify the JDBC configuration for the
EntityManager used in unit tests. This can be either one of the
database-specific implementations of JdbcConfiguration, such as Postgres,
or DynamicJdbcConfiguration. The default is Hsql.| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends JdbcConfiguration> |
value |
public abstract Class<? extends JdbcConfiguration> value
Copyright © 2007-2016. All Rights Reserved.