org.clazzes.jdbc2xml.schema.impl
Class SchemaEngineFactoryImpl
java.lang.Object
org.clazzes.jdbc2xml.schema.impl.SchemaEngineFactoryImpl
- All Implemented Interfaces:
- ISchemaEngineFactory
public class SchemaEngineFactoryImpl
- extends Object
- implements ISchemaEngineFactory
A schema factory implementation, which is mainly used for providing a
singleton OSGi factory service for ISchemaEngine
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaEngineFactoryImpl
public SchemaEngineFactoryImpl()
newSchemaEngine
public ISchemaEngine newSchemaEngine()
- Specified by:
newSchemaEngine
in interface ISchemaEngineFactory
- Returns:
- A new schema engine instance with a
getDialectFactory
public IDialectFactory getDialectFactory()
- Returns:
- the dialectFactory
setDialectFactory
public void setDialectFactory(IDialectFactory dialectFactory)
- Parameters:
dialectFactory
- the dialectFactory to set
Copyright © 2012. All Rights Reserved.