Uses of Interface
org.exolab.castor.persist.spi.KeyGeneratorFactory

Packages that use KeyGeneratorFactory
org.exolab.castor.jdo.keygen   
org.exolab.castor.persist The Castor persistence engine handles object persistence, object caching, transaction concurrency and locking.  
 

Uses of KeyGeneratorFactory in org.exolab.castor.jdo.keygen
 

Classes in org.exolab.castor.jdo.keygen that implement KeyGeneratorFactory
 class HighLowKeyGeneratorFactory
          HIGH-LOW key generator factory.
 class IdentityKeyGeneratorFactory
          IDENTITY key generator factory.
 class MaxKeyGeneratorFactory
          MAX key generator factory.
 class SequenceKeyGeneratorFactory
          SEQUENCE key generator factory.
 class UUIDKeyGeneratorFactory
          UUID key generator factory.
 

Uses of KeyGeneratorFactory in org.exolab.castor.persist
 

Methods in org.exolab.castor.persist that return KeyGeneratorFactory
static KeyGeneratorFactory KeyGeneratorFactoryRegistry.getKeyGeneratorFactory(java.lang.String name)
          Returns a key generator factory with the specified name.
 



Copyright 2008 null. All Rights Reserved.