|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.cpa.persistence.sql.keygen.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(AbstractProperties properties)
Create a new registry instance of key generator factories. |
Method Summary | |
---|---|
KeyGeneratorFactory |
getKeyGeneratorFactory(java.lang.String name)
Returns a key generator factory with the specified name. |
java.lang.String[] |
getKeyGeneratorFactoryNames()
Returns an array of names of all the configured key generator factories. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyGeneratorFactoryRegistry(AbstractProperties properties)
properties
- The properties to use.Method Detail |
---|
public KeyGeneratorFactory getKeyGeneratorFactory(java.lang.String name)
name
- Name of the key generator factory.
KeyGeneratorFactory
or null
if no key generator factory
with this name exists.public java.lang.String[] getKeyGeneratorFactoryNames()
getKeyGeneratorFactory(java.lang.String)
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |