net.java.ao.test.jdbc
Annotation Type Jdbc
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Jdbc
Use with 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.
value
public abstract Class<? extends JdbcConfiguration> value
- Default:
- net.java.ao.test.jdbc.DynamicJdbcConfiguration.class
Copyright © 2007-2014. All Rights Reserved.