Interface AggregateCollectionChangeRecord

All Superinterfaces:
ChangeRecord
All Known Implementing Classes:
AggregateCollectionChangeRecord

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.

  • Method Details

    • getChangedValues

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