Package | Description |
---|---|
org.castor.ddlgen |
This package contains functional classes, exceptions and Main class for
DDL generator.
|
org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
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 |
---|---|
boolean |
MappingHelper.isIdentity(ClassMapping cm,
FieldMapping fm)
Check if given FieldMapping is an identity at given ClassMapping.
|
Modifier and Type | Method and Description |
---|---|
protected FieldDescriptorImpl |
JDOMappingLoader.createFieldDesc(Class javaClass,
FieldMapping fieldMap) |
protected String[] |
JDOMappingLoader.getSqlTypes(FieldMapping fieldMap)
Parse the sql type attribute to build an
array of types, needed to support whitespace inside
parameterized types (see Bug 1045).
|
protected TypeInfo |
JDOMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Modifier and Type | Method and Description |
---|---|
protected FieldDescriptorImpl |
AbstractMappingLoader.createFieldDesc(Class<?> javaClass,
FieldMapping fieldMap)
Creates a single field descriptor.
|
protected FieldHandler |
AbstractMappingLoader.createFieldHandler(Class<?> javaClass,
Class<?> fldType,
FieldMapping fldMap,
AbstractMappingLoader.TypeInfoReference typeInfoRef)
Creates the FieldHandler for the given FieldMapping.
|
protected TypeInfo |
AbstractMappingLoader.getTypeInfo(Class<?> fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Modifier and Type | Method and Description |
---|---|
FieldMapping[] |
ClassChoice.getFieldMapping()
Method getFieldMapping.Returns the contents of the
collection in an Array.
|
FieldMapping |
Container.getFieldMapping()
Returns the value of field 'fieldMapping'.
|
FieldMapping |
ClassChoice.getFieldMapping(int index)
Method getFieldMapping.
|
FieldMapping |
ClassChoice.removeFieldMappingAt(int index)
Method removeFieldMappingAt.
|
static FieldMapping |
FieldMapping.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends FieldMapping> |
ClassChoice.enumerateFieldMapping()
Method enumerateFieldMapping.
|
Iterator<? extends FieldMapping> |
ClassChoice.iterateFieldMapping()
Method iterateFieldMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassChoice.addFieldMapping(FieldMapping vFieldMapping) |
void |
ClassChoice.addFieldMapping(int index,
FieldMapping vFieldMapping) |
boolean |
ClassChoice.removeFieldMapping(FieldMapping vFieldMapping)
Method removeFieldMapping.
|
void |
Container.setFieldMapping(FieldMapping fieldMapping)
Sets the value of field 'fieldMapping'.
|
void |
ClassChoice.setFieldMapping(FieldMapping[] vFieldMappingArray) |
void |
ClassChoice.setFieldMapping(int index,
FieldMapping vFieldMapping) |
Modifier and Type | Method and Description |
---|---|
protected FieldDescriptorImpl |
XMLMappingLoader.createFieldDesc(Class javaClass,
FieldMapping fieldMap) |
protected TypeInfo |
XMLMappingLoader.getTypeInfo(Class fieldType,
CollectionHandler colHandler,
FieldMapping fieldMap) |
Copyright © 2018. All rights reserved.