Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.objectrelational
Class StructureMapping

java.lang.Object
  extended by oracle.toplink.mappings.DatabaseMapping
      extended by oracle.toplink.mappings.AggregateMapping
          extended by oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping
              extended by oracle.toplink.sdk.SDKAggregateObjectMapping
                  extended by oracle.toplink.objectrelational.StructureMapping
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

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)
          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.foundation.AbstractCompositeObjectMapping
getConverter, hasConverter, setConverter, setField
 
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, 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: oracle.toplink.sdk.SDKAggregateObjectMapping
Set the name of the field mapped by the mapping.

Overrides:
setFieldName in class SDKAggregateObjectMapping

Copyright © 1998, 2012, Oracle. All Rights Reserved.