Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.sdk
Class SDKAggregateObjectMapping

java.lang.Object
  extended byoracle.toplink.mappings.DatabaseMapping
      extended byoracle.toplink.mappings.AggregateMapping
          extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.