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

B32476-04

oracle.toplink.mappings
Class TransformationMapping

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

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()
          Default constructor.
 
Method Summary
 
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, getProperty, getReferenceDescriptor, 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

TransformationMapping

public TransformationMapping()
Default constructor.


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