Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-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, 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, getReferenceClassDescriptor, getSetMethodName, isUsingMethodAccess, readOnly, readWrite, setAttributeAccessor, setAttributeName, setGetMethodName, 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()
PUBLIC: Default constructor.

Skip navigation links

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