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

B32476-03

oracle.toplink.changesets
Interface TransformationMappingChangeRecord

All Superinterfaces:
ChangeRecord

public interface TransformationMappingChangeRecord
extends ChangeRecord

Purpose: To Provide API to the TransformationMappingChangeRecord.

Description: This changeRecord stores the particular database row that was changed in the mapping.


Method Summary
 Record getRecord()
          ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
 
Methods inherited from interface oracle.toplink.changesets.ChangeRecord
getAttribute, getOwner
 

Method Detail

getRecord

Record getRecord()
ADVANCED: This method is used to access the changes of the fields in a transformation mapping.

Returns:
oracle.toplink.sessions.Record

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