tudresden.ocl.sql.gui
Class StrategyManager
java.lang.Object
tudresden.ocl.sql.gui.StrategyManager
- public class StrategyManager
- extends Object
a class managing all object-relational Mapping strategies
every mapping strategy must have a StrategyCreator providing
a description and a View for input of necessary data.
StrategyCreators are arranged by StrategyTypes as defined
in tudresden.ocl.sql.ORMappingImpl
- Author:
- Andrea Kling
- See Also:
StrategyCreator
,
ORMappingImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myInstance
private static StrategyManager myInstance
strategies
private Hashtable strategies
StrategyManager
private StrategyManager()
getInstance
public static StrategyManager getInstance()
getStrategies
public List getStrategies(String type)
- Returns:
- a List of StrategyCreator according to Type
- See Also:
ORMappingImpl
getSQLBuilders
public List getSQLBuilders()
- Returns:
- a List of available SQLBuilders
- See Also:
SQLBuilder
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.