SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.schema
Interface NameGenerator

All Known Implementing Classes:
DefaultNameGenerator, MD5NameGenerator

public interface NameGenerator

A NameGenerator is an interface to how name generation should take place in the database. Generated names should try to be unique, and should be consistant across JVM invocations. For example, it would be inappropriate to use a String's hashCode() to generate a name, since it is not guaranteed to be the same across JVM invocations.

Since:
2.4

Method Summary
 String getGeneratedName(String name)
          Obtain the generated name for the specified name.
 

Method Detail

getGeneratedName

public String getGeneratedName(String name)
Obtain the generated name for the specified name.
Parameters:
name - the name to translate
Returns:
the generated name

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.