|
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.objectrelational.ObjectArrayMapping
public class ObjectArrayMapping
Purpose:
In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
In Oracle 8i, a Varray is typically used to represent a collection of primitive data or aggregate structures.
These arrays are stored with their parent structure in the same table.
ArrayMapping is used to map a collection of primitive data
ObjectArrayMapping is used to map a collection of Oracle data-type
NOTE: Only Oracle8i supports Varray type.
ArrayMapping,
Serialized Form| Constructor Summary | |
|---|---|
ObjectArrayMapping()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getStructureName()
Return the name of the structure. |
void |
setFieldName(java.lang.String fieldName)
Set the mapping's field name. |
void |
setStructureName(java.lang.String structureName)
Set the name of the structure. |
| Methods inherited from class oracle.toplink.sdk.SDKAggregateCollectionMapping |
|---|
getFieldName, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
| 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 ObjectArrayMapping()
| Method Detail |
|---|
public java.lang.String getStructureName()
public void setFieldName(java.lang.String fieldName)
setFieldName in class SDKAggregateCollectionMappingpublic void setStructureName(java.lang.String structureName)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||