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

Packages that use KeyGeneratorDef
org.exolab.castor.mapping.xml   
 

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 © 2010. All Rights Reserved.