Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.jdo.engine.KeyGeneratorRegistry
(package private) final class KeyGeneratorRegistry
extends java.lang.Object
KeyGenerator
instances.
Is used to create no more than one instance of the give type with
the given parameters.
Method Summary | |
KeyGenerator |
|
public KeyGenerator getKeyGenerator(PersistenceFactory factory, KeyGeneratorDescriptor desc, int sqlType, LogInterceptor logInterceptor) throws MappingException
Returns a key generator with the specified description for the specified persistence factory.
- Parameters:
factory
- The persistence factorydesc
- The key generator description
- Returns:
- The
KeyGenerator