|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
public abstract class SqlIdentifierMapperFactory
Constructor Summary | |
---|---|
SqlIdentifierMapperFactory()
|
Method Summary | |
---|---|
static SqlIdentifierMapperFactory |
newInstance()
|
abstract SqlIdentifierMapper |
newMapper(java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlIdentifierMapperFactory()
Method Detail |
---|
public static SqlIdentifierMapperFactory newInstance()
META-INF/services/org.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
.ServiceRegistry.lookupProviders(Class)
public abstract SqlIdentifierMapper newMapper(java.lang.String key)
key
- The name of the mapper. Currently, id
, lower
and upper
are supported. The id
mapper performs
no transformation, the lower
and upper
mappers perform a lower case resp. upper case
transformation of the identifiers. If name is null
or
and unknown name is specified the id
mapper is instantiated
and returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |