|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.jdo.engine.KeyGeneratorRegistry
final class KeyGeneratorRegistry
Registry for KeyGenerator instances.
Is used to create no more than one instance of the give type with
the given parameters.
| Constructor Summary | |
|---|---|
KeyGeneratorRegistry()
|
|
| Method Summary | |
|---|---|
KeyGenerator |
getKeyGenerator(PersistenceFactory factory,
KeyGeneratorDescriptor desc,
int sqlType)
Returns a key generator with the specified description for the specified persistence factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
KeyGeneratorRegistry()
| Method Detail |
|---|
public KeyGenerator getKeyGenerator(PersistenceFactory factory,
KeyGeneratorDescriptor desc,
int sqlType)
throws MappingException
factory - The persistence factorydesc - The key generator description
KeyGenerator
MappingException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||