Uses of Class
org.exolab.castor.jdo.engine.KeyGeneratorDescriptor

Packages that use KeyGeneratorDescriptor
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of KeyGeneratorDescriptor in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine that return KeyGeneratorDescriptor
 KeyGeneratorDescriptor JDOClassDescriptor.getKeyGeneratorDescriptor()
          Get key generator specified for this class.
 

Methods in org.exolab.castor.jdo.engine with parameters of type KeyGeneratorDescriptor
protected  void JDOClassDescriptor.setKeyGeneratorDescriptor(KeyGeneratorDescriptor keyGenDesc)
          Set key generator specified for this class.
 KeyGenerator KeyGeneratorRegistry.getKeyGenerator(PersistenceFactory factory, KeyGeneratorDescriptor desc, int sqlType)
          Returns a key generator with the specified description for the specified persistence factory.
 



Copyright 2008 null. All Rights Reserved.