org.clazzes.jdbc2xml.schema
Class DialectFactory

java.lang.Object
  extended by org.clazzes.jdbc2xml.schema.DialectFactory
All Implemented Interfaces:
IDialectFactory
Direct Known Subclasses:
DialectFactoryImpl

public abstract class DialectFactory
extends Object
implements IDialectFactory

Implementations of this factory instantiate Dialect instances for a given column of a DatabaseMetaData description.

Author:
wglas

Constructor Summary
DialectFactory()
           
 
Method Summary
static IDialectFactory newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.clazzes.jdbc2xml.schema.IDialectFactory
newDialect, newDialect
 

Constructor Detail

DialectFactory

public DialectFactory()
Method Detail

newInstance

public static IDialectFactory newInstance()
Returns:
The first implementation registered under the resource path META-INF/services/org.clazzes.jdbc2xml.schema.DialectFactory.
See Also:
ServiceRegistry.lookupProviders(Class)


Copyright © 2011. All Rights Reserved.