org.clazzes.jdbc2xml.sql
Class SqlIdentifierMapperFactory

java.lang.Object
  extended by org.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
All Implemented Interfaces:
ISqlIdentifierMapperFactory
Direct Known Subclasses:
SqlIdentifierMapperFactoryImpl

public abstract class SqlIdentifierMapperFactory
extends Object
implements ISqlIdentifierMapperFactory

Author:
wglas

Constructor Summary
SqlIdentifierMapperFactory()
           
 
Method Summary
static ISqlIdentifierMapperFactory 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.sql.ISqlIdentifierMapperFactory
newMapper
 

Constructor Detail

SqlIdentifierMapperFactory

public SqlIdentifierMapperFactory()
Method Detail

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.