Uses of Class
org.exolab.castor.mapping.Mapping

Packages that use Mapping
org.castor.ddlgen This package contains functional classes, exceptions and Main class for DDL generator. 
org.castor.jdo.engine   
org.castor.mapping   
org.castor.xml   
org.castor.xmlctf   
org.exolab.castor.jdo The Java Data Objects API 
org.exolab.castor.xml The XML Marshaller API 
 

Uses of Mapping in org.castor.ddlgen
 

Methods in org.castor.ddlgen that return Mapping
 Mapping MappingHelper.getMapping()
          Get mapping document.
 Mapping AbstractGenerator.getMapping()
          Get mapping document.
 

Methods in org.castor.ddlgen with parameters of type Mapping
 void Generator.setMapping(Mapping mappingDoc)
          Set mapping document.
 void MappingHelper.setMapping(Mapping mapping)
          set mapping document.
 void AbstractGenerator.setMapping(Mapping mapping)
          Set mapping document.
 

Uses of Mapping in org.castor.jdo.engine
 

Methods in org.castor.jdo.engine that return Mapping
 Mapping DatabaseContext.getMapping()
          Get the mapping to load.
 

Methods in org.castor.jdo.engine with parameters of type Mapping
static void DatabaseRegistry.loadDatabase(String name, String engine, DataSource datasource, Mapping mapping, TransactionManager txManager)
          Instantiates a DataSourceConnectionFactory with given name, engine, datasource and mapping.
 

Constructors in org.castor.jdo.engine with parameters of type Mapping
DatabaseContext(JdoConf jdoConf, int index, Mapping mapping, ConnectionFactory factory)
          Constructs a new AbstractConnectionFactory with given database and mapping.
DatabaseContext(String name, String engine, Mapping mapping, TransactionManager txManager, ConnectionFactory factory)
          Constructs a new AbstractConnectionFactory with given name, engine and mapping.
 

Uses of Mapping in org.castor.mapping
 

Methods in org.castor.mapping with parameters of type Mapping
 MappingLoader MappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType)
          Returns a mapping resolver for the suitable engine.
 MappingLoader MappingUnmarshaller.getMappingLoader(Mapping mapping, BindingType bindingType, Object param)
          Returns a mapping resolver for the suitable engine.
protected  void MappingUnmarshaller.loadMappingInternal(Mapping mapping, DTDResolver resolver, String url)
          Internal recursive loading method.
 void MappingUnmarshaller.loadMappingOnly(Mapping mapping)
           
 

Constructors in org.castor.mapping with parameters of type Mapping
MappingUnmarshallListener(MappingUnmarshaller unmarshaller, Mapping mapping, DTDResolver resolver)
           
 

Uses of Mapping in org.castor.xml
 

Methods in org.castor.xml with parameters of type Mapping
 void InternalContext.addMapping(Mapping mapping)
          Instructs Castor to load class descriptors from the mapping given.
 void AbstractInternalContext.addMapping(Mapping mapping)
           
 

Uses of Mapping in org.castor.xmlctf
 

Fields in org.castor.xmlctf declared as Mapping
protected  Mapping XMLTestCase._mapping
          The name of the mapping file to use in a Marshalling Framework Test Case.
 

Uses of Mapping in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo with parameters of type Mapping
static void JDOManager.loadConfiguration(String name, String engine, DataSource datasource, Mapping mapping, TransactionManager txManager)
          Initialize the JDOManager configuration with given name, engine, datasource, transaction demarcation and mapping.
 

Uses of Mapping in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return Mapping
 Mapping XMLContext.createMapping()
          Creates an instance of a Castor XML specific Mapping instance.
 

Methods in org.exolab.castor.xml with parameters of type Mapping
 void XMLContext.addMapping(Mapping mapping)
          Instructs Castor to load class descriptors from the mapping given.
 void Marshaller.setMapping(Mapping mapping)
          Sets the given mapping to be used by the marshalling Framework.
 void Unmarshaller.setMapping(Mapping mapping)
          Sets the Mapping to use during unmarshalling.
 

Constructors in org.exolab.castor.xml with parameters of type Mapping
Unmarshaller(InternalContext internalContext, Mapping mapping)
          Creates a new Unmarshaller with the given Mapping.
Unmarshaller(Mapping mapping)
          Creates a new Unmarshaller with the given Mapping.
 



Copyright © 2012. All Rights Reserved.