Package | Description |
---|---|
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.exolab.castor.jdo |
The Java Data Objects API
|
org.exolab.castor.xml |
The XML Marshaller API
|
Modifier and Type | Method and Description |
---|---|
Mapping |
AbstractGenerator.getMapping()
Get mapping document.
|
Mapping |
MappingHelper.getMapping()
Get mapping document.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenerator.setMapping(Mapping mapping)
Set mapping document.
|
void |
MappingHelper.setMapping(Mapping mapping)
set mapping document.
|
void |
Generator.setMapping(Mapping mappingDoc)
Set mapping document.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
DatabaseContext.getMapping()
Get the mapping to load.
|
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseRegistry.loadDatabase(String name,
String engine,
DataSource datasource,
Mapping mapping,
TransactionManager txManager)
Instantiates a DataSourceConnectionFactory with given name, engine, datasource
and mapping.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MappingUnmarshallListener(MappingUnmarshaller unmarshaller,
Mapping mapping,
DTDResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
InternalContext.addMapping(Mapping mapping)
Instructs Castor to load class descriptors from the mapping given.
|
void |
AbstractInternalContext.addMapping(Mapping mapping) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
XMLContext.createMapping()
Creates an instance of a Castor XML specific
Mapping instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 © 2013. All rights reserved.