|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.engine.database.model.ConstraintNameGenerator
A NameGenerator implementation for table-specific
constraints. Conforms to the maximum column name length for the
type of database in use.
| Field Summary |
| Fields inherited from interface org.apache.torque.engine.database.model.NameGenerator |
CONV_METHOD_JAVANAME, CONV_METHOD_NOCHANGE, CONV_METHOD_UNDERSCORE, STD_SEPARATOR_CHAR |
| Constructor Summary | |
ConstraintNameGenerator()
|
|
| Method Summary | |
java.lang.String |
generateName(java.util.List inputs)
First element of inputs should be of type Database, second
should be a table name, third is the type identifier (spared if
trimming is necessary due to database type length constraints),
and the fourth is a Integer indicating the number
of this contraint. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConstraintNameGenerator()
| Method Detail |
public java.lang.String generateName(java.util.List inputs)
throws EngineException
inputs should be of type Database, second
should be a table name, third is the type identifier (spared if
trimming is necessary due to database type length constraints),
and the fourth is a Integer indicating the number
of this contraint.
generateName in interface NameGeneratorinputs - Inputs used to generate a name.
EngineException - if the name could not be generatedNameGenerator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||