|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use KeyGenerator | |
| org.exolab.castor.jdo.engine | Implementation of the Castor JDO engine. |
| org.exolab.castor.jdo.keygen | |
| org.exolab.castor.persist.spi | Defines the interfaces for persistence engine service providers. |
| Uses of KeyGenerator in org.exolab.castor.jdo.engine |
| Methods in org.exolab.castor.jdo.engine that return KeyGenerator | |
KeyGenerator |
KeyGeneratorRegistry.getKeyGenerator(PersistenceFactory factory,
KeyGeneratorDescriptor desc,
int sqlType)
Returns a key generator with the specified description for the specified persistence factory. |
| Uses of KeyGenerator in org.exolab.castor.jdo.keygen |
| Classes in org.exolab.castor.jdo.keygen that implement KeyGenerator | |
class |
HighLowKeyGenerator
The parent abstract class for HIGH-LOW key generators. |
class |
IdentityKeyGenerator
IDENTITY key generator. |
class |
MaxKeyGenerator
MAX key generator. |
class |
SequenceKeyGenerator
SEQUENCE key generator. |
class |
UUIDKeyGenerator
UUID key generator. |
| Methods in org.exolab.castor.jdo.keygen that return KeyGenerator | |
KeyGenerator |
HighLowKeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
KeyGenerator |
IdentityKeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
KeyGenerator |
MaxKeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
KeyGenerator |
SequenceKeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
KeyGenerator |
UUIDKeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
| Uses of KeyGenerator in org.exolab.castor.persist.spi |
| Methods in org.exolab.castor.persist.spi that return KeyGenerator | |
KeyGenerator |
KeyGeneratorFactory.getKeyGenerator(PersistenceFactory factory,
java.util.Properties params,
int sqlType)
Produce the key generator. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||