EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

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, getOwner
 

Method Detail

getChangedValues

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

Returns:
java.util.Vector

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference