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 AggregateCollectionChangeRecord

All Superinterfaces:
ChangeRecord

public interface AggregateCollectionChangeRecord
extends ChangeRecord

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

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

Responsibilities:


Method Summary
 java.util.Vector getChangedValues()
          ADVANCED: Return the values representing the changed AggregateCollection.

 

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

 

Method Detail

getChangedValues

java.util.Vector getChangedValues()
ADVANCED: Return the values representing the changed AggregateCollection.
Returns:
java.util.Vector

Skip navigation links

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