net.java.ao.test.jdbc
Interface JdbcConfiguration

All Known Implementing Classes:
AbstractJdbcConfiguration, DerbyEmbedded, DynamicJdbcConfiguration, Hsql, HsqlFileStorage, MySql, Oracle, Postgres, SqlServer

public interface JdbcConfiguration

Used with the @Jdbc annotation to specify JDBC parameters for unit testing.


Method Summary
 String getPassword()
           
 String getSchema()
           
 String getUrl()
           
 String getUsername()
           
 

Method Detail

getUrl

String getUrl()

getSchema

String getSchema()

getUsername

String getUsername()

getPassword

String getPassword()


Copyright © 2007-2014. All Rights Reserved.