org.clazzes.jdbc2xml.schema
Class DialectFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialectFactory
public DialectFactory()
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 © 2012. All Rights Reserved.