Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01

oracle.toplink.mappings
Class TransformationMapping

java.lang.Object
  extended byoracle.toplink.mappings.DatabaseMapping
      extended byoracle.toplink.mappings.foundation.AbstractTransformationMapping
          extended byoracle.toplink.mappings.TransformationMapping
All Implemented Interfaces:
java.lang.Cloneable, oracle.toplink.mappings.RelationalMapping, java.io.Serializable

public class TransformationMapping
extends AbstractTransformationMapping
implements oracle.toplink.mappings.RelationalMapping

Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae. Transformation mappings should only be used when other mappings are inadequate.

Since:
TOPLink/Java 1.0
See Also:
Serialized Form

Constructor Summary
TransformationMapping()
          PUBLIC: Default constructor.
 
Methods inherited from class oracle.toplink.mappings.foundation.AbstractTransformationMapping
addFieldTransformation, addFieldTransformation, addFieldTransformer, addFieldTransformer, dontUseIndirection, getAttributeMethodName, isMutable, setAttributeMethodName, setAttributeTransformation, setAttributeTransformer, setIndirectionPolicy, setIsMutable, useBasicIndirection, useContainerIndirection, useIndirection, usesIndirection
 
Methods inherited from class oracle.toplink.mappings.DatabaseMapping
getAttributeAccessor, getAttributeClassification, getAttributeName, getGetMethodName, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, setIsReadOnly, setSetMethodName, setWeight, simpleAddToCollectionChangeRecord, simpleRemoveFromCollectionChangeRecord
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformationMapping

public TransformationMapping()
PUBLIC: Default constructor.


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