Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.objectrelational
Class StructureMapping

java.lang.Object
  extended byoracle.toplink.mappings.DatabaseMapping
      extended byoracle.toplink.mappings.AggregateMapping
          extended byoracle.toplink.sdk.SDKAggregateObjectMapping
              extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.