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

B32476-03

oracle.toplink.mappings.transformers
Class AttributeTransformerAdapter

java.lang.Object
  extended by oracle.toplink.mappings.transformers.AttributeTransformerAdapter
All Implemented Interfaces:
java.io.Serializable, AttributeTransformer

public class AttributeTransformerAdapter
extends java.lang.Object
implements AttributeTransformer

Purpose: Provides an empty implementation of AttributeTransformer. Users who do not require the full AttributeTransformer API can subclass this class and implement only the methods required.

Since:
10
See Also:
oracle.toplink.mappings.AttributeTransformer, Serialized Form

Constructor Summary
AttributeTransformerAdapter()
           
 
Method Summary
 java.lang.Object buildAttributeValue(Record record, java.lang.Object object, Session session)
           
 void initialize(AbstractTransformationMapping mapping)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTransformerAdapter

public AttributeTransformerAdapter()
Method Detail

initialize

public void initialize(AbstractTransformationMapping mapping)
Specified by:
initialize in interface AttributeTransformer
Parameters:
mapping - - The mapping associated with this transformer. Only used if some special information is required.

buildAttributeValue

public java.lang.Object buildAttributeValue(Record record,
                                            java.lang.Object object,
                                            Session session)
Specified by:
buildAttributeValue in interface AttributeTransformer
Parameters:
record - - The metadata being used to build the object.
object - - The current object that the attribute is being built for.
session - - the current session
Returns:
- The attribute value to be built into the object containing this mapping.

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