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.


Optional Element Summary
 Class<? extends JdbcConfiguration> value
           
 

value

public abstract Class<? extends JdbcConfiguration> value
Default:
net.java.ao.test.jdbc.DynamicJdbcConfiguration.class


Copyright © 2007-2014. All Rights Reserved.