Skip navigation links
oracle.toplink.sdk
Class SDKAggregateObjectMapping
java.lang.Object
oracle.toplink.mappings.DatabaseMapping
oracle.toplink.mappings.AggregateMapping
oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
oracle.toplink.sdk.SDKAggregateObjectMapping
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- 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
Method Summary |
java.lang.String |
getFieldName()
Deprecated. PUBLIC: Return the name of the field mapped by the mapping. |
void |
setFieldName(java.lang.String fieldName)
Deprecated. PUBLIC: Set the name of the field mapped by the mapping. |
Methods inherited from class oracle.toplink.mappings.DatabaseMapping |
getAttributeAccessor, getAttributeClassification, getAttributeName, getGetMethodName, getProperty, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsReadOnly, setProperty, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SDKAggregateObjectMapping
public SDKAggregateObjectMapping()
- Deprecated.
- Default constructor.
getFieldName
public java.lang.String getFieldName()
- Deprecated.
- PUBLIC: Return the name of the field mapped by the mapping.
setFieldName
public void setFieldName(java.lang.String fieldName)
- Deprecated.
- PUBLIC: Set the name of the field mapped by the mapping.
Skip navigation links