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

B32476-03

oracle.toplink.changesets
Interface ObjectReferenceChangeRecord

All Superinterfaces:
ChangeRecord

public interface ObjectReferenceChangeRecord
extends ChangeRecord

Purpose: Provides API for the ObjectReferenceChangeRecord.

Description: This Interface represents changes made in a one to one mapping and other single object reference mappings.


Method Summary
 ObjectChangeSet getNewValue()
          ADVANCED: Returns the new reference for this object
 
Methods inherited from interface oracle.toplink.changesets.ChangeRecord
getAttribute, getOwner
 

Method Detail

getNewValue

ObjectChangeSet getNewValue()
ADVANCED: Returns the new reference for this object

Returns:
oracle.toplink.changesets.ObjectChangeSet

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