Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.sdk
Class SDKAggregateObjectMapping

java.lang.Object
  |
  +--oracle.toplink.mappings.DatabaseMapping
        |
        +--oracle.toplink.mappings.AggregateMapping
              |
              +--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

Constructor Summary
SDKAggregateObjectMapping()
          Default constructor.

 

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.AggregateMapping
getReferenceClass, setReferenceClass

 

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

 

Constructor Detail

SDKAggregateObjectMapping

public SDKAggregateObjectMapping()
Default constructor.
Method Detail

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.

Copyright © 2003 Oracle Corporation. All Rights Reserved.