org.clazzes.jdbc2xml.sql
Class SqlIdentifierMapperFactory
java.lang.Object
org.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
- All Implemented Interfaces:
- ISqlIdentifierMapperFactory
- Direct Known Subclasses:
- SqlIdentifierMapperFactoryImpl
public abstract class SqlIdentifierMapperFactory
- extends Object
- implements ISqlIdentifierMapperFactory
- Author:
- wglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlIdentifierMapperFactory
public SqlIdentifierMapperFactory()
newInstance
public static ISqlIdentifierMapperFactory newInstance()
- Returns:
- The first implementation registered under the resource path
META-INF/services/org.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
. - See Also:
ServiceRegistry.lookupProviders(Class)
Copyright © 2011. All Rights Reserved.