com.solarmetric.kodo.impl.jdbc.schema
Class DefaultNameGenerator
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.schema.DefaultNameGenerator
- All Implemented Interfaces:
- NameGenerator
- public class DefaultNameGenerator
- extends Object
- implements NameGenerator
An implementation of NameGenerator whose generated
names are simple the same as the indicated name.
- Since:
- 2.4
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNameGenerator
public DefaultNameGenerator()
getGeneratedName
public String getGeneratedName(String name)
- Obtain the generated name for the specified name.
- Specified by:
getGeneratedName in interface NameGenerator
- Parameters:
name - the name to translate- Returns:
- the generated name
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.