|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.mappings.DatabaseMapping
oracle.toplink.mappings.AggregateMapping
oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping
oracle.toplink.sdk.SDKAggregateCollectionMapping
oracle.toplink.eis
public class SDKAggregateCollectionMapping
Chunks of data from non-relational data sources can have embedded collections of component objects. These can be mapped using this mapping. The format of the embedded data is determined by the reference descriptor.
SDKDescriptor,
SDKFieldValue,
SDKCollectionMappingHelper,
SDKCollectionChangeRecord,
SDKOrderedCollectionChangeRecord,
Serialized Form| Constructor Summary | |
|---|---|
SDKAggregateCollectionMapping()
Deprecated. Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
Deprecated. Return the mapping's field name. |
void |
setFieldName(java.lang.String fieldName)
Deprecated. Set the mapping's field name. |
void |
simpleAddToCollectionChangeRecord(java.lang.Object referenceKey,
java.lang.Object changeSetToAdd,
oracle.toplink.internal.sessions.ObjectChangeSet changeSet,
oracle.toplink.internal.sessions.AbstractSession session)
Deprecated. ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps. |
void |
simpleRemoveFromCollectionChangeRecord(java.lang.Object referenceKey,
java.lang.Object changeSetToRemove,
oracle.toplink.internal.sessions.ObjectChangeSet changeSet,
oracle.toplink.internal.sessions.AbstractSession session)
Deprecated. ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps. |
| Methods inherited from class oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping |
|---|
getConverter, hasConverter, setContainerPolicy, setConverter, setField, useCollectionClass, useCollectionClassName, useListClassName, useMapClass, useMapClassName |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.toplink.sdk.SDKCollectionMapping |
|---|
buildAddedElementFromChangeSet, buildChangeSet, buildElementFromElement, buildRemovedElementFromChangeSet, compareElements, compareElementsForChange, getAttributeName, getRealCollectionAttributeValueFromObject, mapKeyHasChanged, setRealAttributeValueInObject |
| Methods inherited from interface oracle.toplink.mappings.ContainerMapping |
|---|
getContainerPolicy, setContainerPolicy, useCollectionClass, useMapClass |
| Constructor Detail |
|---|
public SDKAggregateCollectionMapping()
| Method Detail |
|---|
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
public void simpleAddToCollectionChangeRecord(java.lang.Object referenceKey,
java.lang.Object changeSetToAdd,
oracle.toplink.internal.sessions.ObjectChangeSet changeSet,
oracle.toplink.internal.sessions.AbstractSession session)
simpleAddToCollectionChangeRecord in class AbstractCompositeCollectionMapping
public void simpleRemoveFromCollectionChangeRecord(java.lang.Object referenceKey,
java.lang.Object changeSetToRemove,
oracle.toplink.internal.sessions.ObjectChangeSet changeSet,
oracle.toplink.internal.sessions.AbstractSession session)
simpleRemoveFromCollectionChangeRecord in class AbstractCompositeCollectionMapping
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||