net.java.ao.test.jdbc
Interface JdbcConfiguration

All Known Implementing Classes:
AbstractJdbcConfiguration, DerbyEmbedded, DynamicJdbcConfiguration, H2File, H2Memory, H2Server, 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()
           
 void init()
           
 

Method Detail

getUrl

String getUrl()

getSchema

String getSchema()

getUsername

String getUsername()

getPassword

String getPassword()

init

void init()


Copyright © 2007-2014. All Rights Reserved.