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   
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
 ClassMapping ClassDescriptorImpl.getMapping()
          Returns the ClassMapping instance used.
protected  ClassMapping AbstractMappingLoader.getOrigin(ClassMapping clsMap)
          Gets the top-most (i.e. without any further 'extends') extends of the given classMapping.
 

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

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

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

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

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

Uses of ClassMapping in org.exolab.castor.xml
 

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



Copyright © 2011. All Rights Reserved.