Skip navigation links

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

B28219-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

Skip navigation links

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