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

Packages that use KeyGeneratorDef
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
 

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

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

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



Copyright 2008 null. All Rights Reserved.