org.dbmaintain.config
Class FactoryWithDatabase<T>

java.lang.Object
  extended by org.dbmaintain.config.FactoryWithDatabase<T>
All Implemented Interfaces:
Factory<T>
Direct Known Subclasses:
ConstraintsDisablerFactory, Db2ScriptRunnerFactory, DBCleanerFactory, DBClearerFactory, DbMaintainerFactory, ExecutedScriptInfoSourceFactory, JdbcScriptRunnerFactory, SequenceUpdaterFactory, SqlPlusScriptRunnerFactory

public abstract class FactoryWithDatabase<T>
extends Object
implements Factory<T>

Author:
Tim Ducheyne, Filip Neven

Field Summary
protected  FactoryWithDatabaseContext factoryWithDatabaseContext
           
 
Constructor Summary
FactoryWithDatabase()
           
 
Method Summary
 Properties getConfiguration()
           
 Databases getDatabases()
           
 SQLHandler getSqlHandler()
           
 void init(FactoryWithDatabaseContext factoryWithDatabaseContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dbmaintain.config.Factory
createInstance
 

Field Detail

factoryWithDatabaseContext

protected FactoryWithDatabaseContext factoryWithDatabaseContext
Constructor Detail

FactoryWithDatabase

public FactoryWithDatabase()
Method Detail

init

public void init(FactoryWithDatabaseContext factoryWithDatabaseContext)

getConfiguration

public Properties getConfiguration()

getDatabases

public Databases getDatabases()

getSqlHandler

public SQLHandler getSqlHandler()


Copyright © 2011. All Rights Reserved.