org.clazzes.jdbc2xml.schema.impl
Class SchemaEngineFactoryImpl

java.lang.Object
  extended by org.clazzes.jdbc2xml.schema.impl.SchemaEngineFactoryImpl
All Implemented Interfaces:
ISchemaEngineFactory

public class SchemaEngineFactoryImpl
extends java.lang.Object
implements ISchemaEngineFactory

A schema factory implementation, which is mainly used for providing a singleton OSGi factory service for ISchemaEngine instances.


Constructor Summary
SchemaEngineFactoryImpl()
           
 
Method Summary
 IDialectFactory getDialectFactory()
           
 ISchemaEngine newSchemaEngine()
           
 void setDialectFactory(IDialectFactory dialectFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaEngineFactoryImpl

public SchemaEngineFactoryImpl()
Method Detail

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 © 2010. All Rights Reserved.