Uses of Class
org.exolab.castor.mapping.xml.KeyGeneratorDef

Packages that use KeyGeneratorDef
org.castor.ddlgen This package contains functional classes, exceptions and Main class for DDL generator. 
org.castor.ddlgen.keygenerator This package contains various various key generator implementations as well as factory classes for all of the key generators. 
org.exolab.castor.mapping.xml   
 

Uses of KeyGeneratorDef in org.castor.ddlgen
 

Methods in org.castor.ddlgen with parameters of type KeyGeneratorDef
 KeyGenerator KeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 KeyGenerator KeyGeneratorRegistry.createKeyGenerator(KeyGeneratorDef definition)
          Create an instance of the key generator specifed by given definiton.
 

Uses of KeyGeneratorDef in org.castor.ddlgen.keygenerator
 

Methods in org.castor.ddlgen.keygenerator with parameters of type KeyGeneratorDef
 KeyGenerator MaxKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 KeyGenerator HighLowKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 KeyGenerator IdentityKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 KeyGenerator SequenceKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 KeyGenerator UUIDKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
          Create a key generator instance from the given definition with the algorithm the factory is responsible for.
 

Constructors in org.castor.ddlgen.keygenerator with parameters of type KeyGeneratorDef
HighLowKeyGenerator(KeyGeneratorDef definition)
          Constructor for HIGH-LOW key generator specified by given defintion.
IdentityKeyGenerator(KeyGeneratorDef definition)
          Constructor for IDENTITY key generator specified by given defintion.
MaxKeyGenerator(KeyGeneratorDef definition)
          Constructor for MAX key generator specified by given defintion.
SequenceKeyGenerator(SequenceKeyGeneratorFactory factory, KeyGeneratorDef definition)
          Constructor for SEQUENCE key generator specified by given defintion.
UUIDKeyGenerator(KeyGeneratorDef definition)
          Constructor for UUID key generator specified by given defintion.
 

Uses of KeyGeneratorDef in org.exolab.castor.mapping.xml
 

Methods in org.exolab.castor.mapping.xml that return KeyGeneratorDef
 KeyGeneratorDef[] MappingRoot.getKeyGeneratorDef()
          Method getKeyGeneratorDef.Returns the contents of the collection in an Array.
 KeyGeneratorDef MappingRoot.getKeyGeneratorDef(int index)
          Method getKeyGeneratorDef.
 KeyGeneratorDef MappingRoot.removeKeyGeneratorDefAt(int index)
          Method removeKeyGeneratorDefAt.
static KeyGeneratorDef KeyGeneratorDef.unmarshal(Reader reader)
          Method unmarshal.
 

Methods in org.exolab.castor.mapping.xml that return types with arguments of type KeyGeneratorDef
 Enumeration<? extends KeyGeneratorDef> MappingRoot.enumerateKeyGeneratorDef()
          Method enumerateKeyGeneratorDef.
 Iterator<? extends KeyGeneratorDef> MappingRoot.iterateKeyGeneratorDef()
          Method iterateKeyGeneratorDef.
 

Methods in org.exolab.castor.mapping.xml with parameters of type KeyGeneratorDef
 void MappingRoot.addKeyGeneratorDef(int index, KeyGeneratorDef vKeyGeneratorDef)
           
 void MappingRoot.addKeyGeneratorDef(KeyGeneratorDef vKeyGeneratorDef)
           
 boolean MappingRoot.removeKeyGeneratorDef(KeyGeneratorDef vKeyGeneratorDef)
          Method removeKeyGeneratorDef.
 void MappingRoot.setKeyGeneratorDef(int index, KeyGeneratorDef vKeyGeneratorDef)
           
 void MappingRoot.setKeyGeneratorDef(KeyGeneratorDef[] vKeyGeneratorDefArray)
           
 



Copyright © 2012. All Rights Reserved.