|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory
org.clazzes.jdbc2xml.sql.impl.SqlIdentifierMapperFactoryImpl
public class SqlIdentifierMapperFactoryImpl
The default SQL identifier mapper factory implementation.
Constructor Summary | |
---|---|
SqlIdentifierMapperFactoryImpl()
|
Method Summary | |
---|---|
SqlIdentifierMapper |
newMapper(java.lang.String key)
|
Methods inherited from class org.clazzes.jdbc2xml.sql.SqlIdentifierMapperFactory |
---|
newInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlIdentifierMapperFactoryImpl()
Method Detail |
---|
public 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 |