|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.jdo.engine.KeyGeneratorDescriptor
public final class KeyGeneratorDescriptor
Describes the properties of a key generator for a given class, with resolved alias and parameters.
| Constructor Summary | |
|---|---|
KeyGeneratorDescriptor(String name,
String keyGenFactoryName,
Properties params)
Creates an instance of this clas. |
|
| Method Summary | |
|---|---|
String |
getKeyGeneratorFactoryName()
Returns the name of the key generator factory. |
String |
getName()
Returns the name of the key generator, i.e. the name of the key generator factory or the alias if it is used. |
Properties |
getParams()
Returns the key generator parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyGeneratorDescriptor(String name,
String keyGenFactoryName,
Properties params)
name - Key generator name (could be an alias)keyGenFactoryName - (key generator (type) name.params - Key generator parameters| Method Detail |
|---|
public String getName()
public String getKeyGeneratorFactoryName()
public Properties getParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||