|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.persist.KeyGeneratorFactoryRegistry
public final class KeyGeneratorFactoryRegistry
Registry for KeyGeneratorFactory
implementations
obtained from the Castor properties file and used by the
JDO mapping configuration file.
Constructor Summary | |
---|---|
KeyGeneratorFactoryRegistry()
|
Method Summary | |
---|---|
static KeyGeneratorFactory |
getKeyGeneratorFactory(java.lang.String name)
Returns a key generator factory with the specified name. |
static java.lang.String[] |
getKeyGeneratorFactoryNames()
Returns the names of all the configured key generator factories The names can be used to obtain a key generator factory from getKeyGeneratorFactory(java.lang.String) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyGeneratorFactoryRegistry()
Method Detail |
---|
public static KeyGeneratorFactory getKeyGeneratorFactory(java.lang.String name)
name
- The key generator name
KeyGeneratorFactory
, null
if no key generator factory with this name existspublic static java.lang.String[] getKeyGeneratorFactoryNames()
getKeyGeneratorFactory(java.lang.String)
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |