Skip navigation links

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

B28219-01


oracle.toplink.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 oracle.toplink.changesets.ChangeRecord
getAttribute, getOwner

 

Method Detail

getChangedValues

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

Skip navigation links

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