|
Oracle Application Server TopLink API Reference 10g (9.0.4.3) B10491-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.toplink.mappings.DatabaseMapping
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 |
initialize(oracle.toplink.publicinterface.Session session)INTERNAL: Initialize the mapping. |
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.toplink.sdk.SDKCollectionMapping |
getAttributeName, setRealAttributeValueInObject |
| Constructor Detail |
public ArrayMapping()
| Method Detail |
public java.lang.String getStructureName()
public void initialize(oracle.toplink.publicinterface.Session session)
throws DescriptorException
initialize in class SDKDirectCollectionMappingDescriptorExceptionpublic 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 | |||||||||