Package | Description |
---|---|
org.castor.mapping | |
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
org.exolab.castor.mapping |
The Class Mapping API
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
MappingUnmarshallIDResolver.setMapping(MappingRoot mapping) |
Modifier and Type | Method and Description |
---|---|
MappingRoot |
SGStateInfo.getMapping(String filename)
Returns the Mapping file associated with the given filename.
|
Modifier and Type | Method and Description |
---|---|
void |
SGStateInfo.setMapping(String filename,
MappingRoot mapping)
Sets the Mapping file associated with the given filename.
|
Modifier and Type | Method and Description |
---|---|
void |
JDOMappingLoader.loadMapping(MappingRoot mapping,
Object param)
Loads the mapping from the specified mapping object if not loaded previously.
|
Modifier and Type | Method and Description |
---|---|
MappingRoot |
Mapping.getRoot()
Get the loaded mapping.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMappingLoader.createClassDescriptors(MappingRoot mapping) |
protected void |
AbstractMappingLoader.createFieldHandlers(MappingRoot mapping)
Load field handler definitions, check for duplicate definitions and
instantiate the appropriate FieldHandler implementations.
|
abstract void |
AbstractMappingLoader.loadMapping(MappingRoot mapping,
Object param)
Loads the mapping from the specified mapping object if not loaded previously.
|
Modifier and Type | Method and Description |
---|---|
static MappingRoot |
MappingRoot.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLMappingLoader.loadMapping(MappingRoot mapping,
Object param)
Loads the mapping from the specified mapping object if not loaded previously.
|
Copyright © 2016. All rights reserved.