oracle.toplink.sdk
Class SDKAggregateObjectMapping
java.lang.Object
   oracle.toplink.mappings.DatabaseMapping
oracle.toplink.mappings.DatabaseMapping
       oracle.toplink.mappings.AggregateMapping
oracle.toplink.mappings.AggregateMapping
           oracle.toplink.sdk.SDKAggregateObjectMapping
oracle.toplink.sdk.SDKAggregateObjectMapping
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- StructureMapping
- public class SDKAggregateObjectMapping
- extends AggregateMapping
Chunks of data from non-relational data sources can have an embedded component objects. These can be mapped using this mapping. The format of the embedded data is determined by the reference descriptor.
- Since:
- TOPLink/Java 3.0
- See Also:
- SDKDescriptor,- SDKFieldValue, Serialized Form
 
 
 
 
| Method Summary | 
| java.lang.String | getFieldName()PUBLIC: Return the name of the field mapped by the mapping.
 | 
| void | setFieldName(java.lang.String fieldName)PUBLIC: Set the name of the field mapped by the mapping.
 | 
| Methods inherited from class oracle.toplink.mappings.DatabaseMapping | 
| getAttributeClassification, getAttributeName, getGetMethodName, getSetMethodName, readOnly, readWrite, setAttributeName, setGetMethodName, setIsReadOnly, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
SDKAggregateObjectMapping
public SDKAggregateObjectMapping()
- Default constructor.
getFieldName
public java.lang.String getFieldName()
- PUBLIC: Return the name of the field mapped by the mapping.
setFieldName
public void setFieldName(java.lang.String fieldName)
- PUBLIC: Set the name of the field mapped by the mapping.