Skip navigation links

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

B28219-01


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.
 DatabaseRow getRow()
          Deprecated. Replaced by getRecord()

 

Methods inherited from interface oracle.toplink.changesets.ChangeRecord
getAttribute, getOwner

 

Method Detail

getRow

public DatabaseRow getRow()
Deprecated. Replaced by getRecord()
OBSOLETE:

getRecord

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

Skip navigation links

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