Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-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
 DatabaseRow getRow()
          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

getRow

public DatabaseRow getRow()
ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
Returns:
oracle.toplink.publicinterface.DatabaseRow

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.