org.exolab.castor.persist
Class KeyGeneratorFactoryRegistry
java.lang.Object
org.exolab.castor.persist.KeyGeneratorFactoryRegistry
public final class KeyGeneratorFactoryRegistry
extends java.lang.Object
Registry for
KeyGeneratorFactory
implementations
obtained from the Castor properties file and used by the
JDO mapping configuration file.
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:43 $
getKeyGeneratorFactory
public static KeyGeneratorFactory getKeyGeneratorFactory(String name)
Returns a key generator factory with the specified name.
The factory class names are loaded from the Castor properties
file. Returns null if the named factory is not supported.
name
- The key generator name
getKeyGeneratorFactoryNames
public static 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(String)
.
- Names of key generator factories
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com