Skip navigation links

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

E28847-01


org.eclipse.persistence.sessions.changesets
Interface AggregateChangeRecord

All Superinterfaces:
ChangeRecord

public interface AggregateChangeRecord
extends ChangeRecord

Purpose: Define the Public interface for the Aggregate Change Record.

Description: This interface is meant to clarify the public protocol into TopLink.


Method Summary
 ObjectChangeSet getChangedObject()
          ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.

 

Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord
getAttribute, getOldValue, getOwner

 

Method Detail

getChangedObject

ObjectChangeSet getChangedObject()
ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.
Returns:
org.eclipse.persistence.CahngeSets.ObjectChanges

Skip navigation links

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