Package net.java.ao.test.jdbc

Interface Summary
DatabaseUpdater  
JdbcConfiguration Used with the @Jdbc annotation to specify JDBC parameters for unit testing.
 

Class Summary
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  
Oracle  
Postgres  
SqlServer  
 

Annotation Types Summary
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-2014. All Rights Reserved.