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
TypeMethod
 
Methods inherited from class oracle.toplink.sdk.SDKAggregateObjectMapping
getFieldName, setFieldName
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureMapping

public StructureMapping()
Default constructor.
Method Detail