|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| 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.foundation.AbstractCompositeDirectCollectionMapping
oracle.toplink.sdk.SDKDirectCollectionMapping
oracle.toplink.objectrelational.ArrayMapping
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.
StructureMapping,
NestedTableMapping,
ReferenceMapping,
Serialized Form| Constructor Summary | |
ArrayMapping()
Default constructor. |
|
| Method Summary | |
java.lang.String |
getStructureName()
PUBLIC: Return the name of the structure. |
void |
setFieldName(java.lang.String fieldName)
PUBLIC: Set the name of the field that holds the nested collection. |
void |
setStructureName(java.lang.String structureName)
PUBLIC: Set the name of the structure. |
| Methods inherited from class oracle.toplink.sdk.SDKDirectCollectionMapping |
getElementDataTypeName, getFieldName, setElementDataTypeName, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord |
| Methods inherited from class oracle.toplink.mappings.foundation.AbstractCompositeDirectCollectionMapping |
getAttributeElementClass, getFieldElementClass, getValueConverter, setAttributeElementClass, setContainerPolicy, setField, setFieldElementClass, setUsesSingleNode, setValueConverter, useCollectionClass, useMapClass, usesSingleNode |
| Methods inherited from class oracle.toplink.mappings.DatabaseMapping |
getAttributeAccessor, getAttributeClassification, getAttributeName, getGetMethodName, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsReadOnly, 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 ArrayMapping()
| Method Detail |
public java.lang.String getStructureName()
public void setFieldName(java.lang.String fieldName)
setFieldName in class SDKDirectCollectionMappingpublic void setStructureName(java.lang.String structureName)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||