|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISqlIdentifierMapperFactory
Method Summary | |
---|---|
SqlIdentifierMapper |
newMapper(String key)
|
Method Detail |
---|
SqlIdentifierMapper newMapper(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 |