edu.jhu.tmaj.database.conn
Class ConnectionFactoryGetter

java.lang.Object
  extended by edu.jhu.tmaj.database.conn.ConnectionFactoryGetter

final class ConnectionFactoryGetter
extends java.lang.Object

A utility class that gets a proper ConnectionFactory given the proper database type and database parameters.


Method Summary
static ConnectionFactory getConnectionFactory(DatabaseParameters databaseParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectionFactory

public static ConnectionFactory getConnectionFactory(DatabaseParameters databaseParameters)