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

B15903-01


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

public ObjectChangeSet getNewValue()
ADVANCED: Returns the new reference for this object
Returns:
oracle.toplink.changesets.ObjectChangeSet

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