Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.objectrelational
Class StructureMapping

java.lang.Object
  |
  +--oracle.toplink.mappings.DatabaseMapping
        |
        +--oracle.toplink.mappings.AggregateMapping
              |
              +--oracle.toplink.sdk.SDKAggregateObjectMapping
                    |
                    +--oracle.toplink.objectrelational.StructureMapping
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class StructureMapping
extends SDKAggregateObjectMapping

Purpose: A structure is an object-relational user-defined data-type or object-type. A structure is similar to a Java class as it defines attributes or fields where each attribute is either a primitive data-type, another structure, an array, or a reference to another structure. The mapping is similar to an AggregateObjectMapping, as multiple objects are stored in a single table.

See Also:
Serialized Form

Constructor Summary
StructureMapping()
          Default constructor.

 

Method Summary
 void setFieldName(java.lang.String fieldName)
          PUBLIC: Set the name of the field mapped by the mapping.

 

Methods inherited from class oracle.toplink.sdk.SDKAggregateObjectMapping
getFieldName

 

Methods inherited from class oracle.toplink.mappings.AggregateMapping
getReferenceClass, setReferenceClass

 

Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeClassification, getAttributeName, getGetMethodName, getSetMethodName, readOnly, readWrite, setAttributeName, setGetMethodName, setIsReadOnly, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

StructureMapping

public StructureMapping()
Default constructor.
Method Detail

setFieldName

public void setFieldName(java.lang.String fieldName)
Description copied from class: SDKAggregateObjectMapping
PUBLIC: Set the name of the field mapped by the mapping.
Overrides:
setFieldName in class SDKAggregateObjectMapping

Copyright © 2003 Oracle Corporation. All Rights Reserved.