Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.sdk
Class SDKAggregateObjectMapping

java.lang.Object
  extended by oracle.toplink.mappings.DatabaseMapping
      extended by oracle.toplink.mappings.AggregateMapping
          extended by oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
              extended by oracle.toplink.sdk.SDKAggregateObjectMapping

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
StructureMapping

Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.eis

public class SDKAggregateObjectMapping
extends AbstractCompositeObjectMapping

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()
          Deprecated. Default constructor.

 

Method Summary
 java.lang.String getFieldName()
          Deprecated. Return the name of the field mapped by the mapping.
 void setFieldName(java.lang.String fieldName)
          Deprecated. Set the name of the field mapped by the mapping.

 

Methods inherited from class oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
getConverter, hasConverter, setConverter, setField

 

Methods inherited from class oracle.toplink.mappings.AggregateMapping
getReferenceClass, setReferenceClass

 

Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeAccessor, getAttributeClassification, getAttributeName, getGetMethodName, getProperty, getSetMethodName, isLazy, isOptional, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsLazy, setIsOptional, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

SDKAggregateObjectMapping

public SDKAggregateObjectMapping()
Deprecated. 
Default constructor.

Method Detail

getFieldName

public java.lang.String getFieldName()
Deprecated. 
Return the name of the field mapped by the mapping.

setFieldName

public void setFieldName(java.lang.String fieldName)
Deprecated. 
Set the name of the field mapped by the mapping.

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.