@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 |
|---|---|
java.lang.Class<? extends JdbcConfiguration> |
value |
public abstract java.lang.Class<? extends JdbcConfiguration> value
Copyright © 2007-2018. All Rights Reserved.