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

Packages that use ClassMapping
org.exolab.castor.mapping.loader Implementations for mapping interfaces and the default mapping loader. 
org.exolab.castor.mapping.xml XML objects for loading the mapping file. 
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document.  
 

Uses of ClassMapping in org.exolab.castor.mapping.loader
 

Methods in org.exolab.castor.mapping.loader that return ClassMapping
protected  ClassMapping AbstractMappingLoader.getOrigin(ClassMapping clsMap)
          Gets the top-most (i.e. without any further 'extends') extends of the given classMapping.
 ClassMapping ClassDescriptorImpl.getMapping()
           
 

Methods in org.exolab.castor.mapping.loader with parameters of type ClassMapping
protected abstract  ClassDescriptor AbstractMappingLoader.createClassDescriptor(ClassMapping clsMap)
           
protected  ClassDescriptor AbstractMappingLoader.getExtended(ClassMapping clsMap, java.lang.Class javaClass)
          Gets the ClassDescriptor the given classMapping extends.
protected  ClassDescriptor AbstractMappingLoader.getDepended(ClassMapping clsMap, java.lang.Class javaClass)
          Gets the ClassDescriptor the given classMapping depends on.
protected  AbstractFieldDescriptor[] AbstractMappingLoader.createFieldDescriptors(ClassMapping clsMap, java.lang.Class javaClass)
          Create field descriptors.
protected  ClassMapping AbstractMappingLoader.getOrigin(ClassMapping clsMap)
          Gets the top-most (i.e. without any further 'extends') extends of the given classMapping.
static java.lang.String[] AbstractMappingLoader.getIdentityColumnNames(java.lang.String[] ids, ClassMapping clsMap)
          Returns a list of column names that are part of the identity.
 void ClassDescriptorImpl.setMapping(ClassMapping mapping)
           
 

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

Methods in org.exolab.castor.mapping.xml that return ClassMapping
 ClassMapping BindXml.getClassMapping()
          Returns the value of field 'classMapping'.
static ClassMapping ClassMapping.unmarshal(java.io.Reader reader)
          Method unmarshal.
 ClassMapping MappingRoot.getClassMapping(int index)
          Method getClassMapping.
 ClassMapping[] MappingRoot.getClassMapping()
          Method getClassMapping.Returns the contents of the collection in an Array.
 ClassMapping MappingRoot.removeClassMappingAt(int index)
          Method removeClassMappingAt.
 

Methods in org.exolab.castor.mapping.xml with parameters of type ClassMapping
 void BindXml.setClassMapping(ClassMapping classMapping)
          Sets the value of field 'classMapping'.
 void MappingRoot.addClassMapping(ClassMapping vClassMapping)
           
 void MappingRoot.addClassMapping(int index, ClassMapping vClassMapping)
           
 boolean MappingRoot.removeClassMapping(ClassMapping vClassMapping)
          Method removeClassMapping.
 void MappingRoot.setClassMapping(int index, ClassMapping vClassMapping)
           
 void MappingRoot.setClassMapping(ClassMapping[] vClassMappingArray)
           
 

Uses of ClassMapping in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml with parameters of type ClassMapping
protected  ClassDescriptor XMLMappingLoader.createClassDescriptor(ClassMapping clsMap)
          To create the class descriptor for the given class mapping.
 



Copyright 2008 null. All Rights Reserved.