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 DirectCollectionChangeRecord

All Superinterfaces:
ChangeRecord

public interface DirectCollectionChangeRecord
extends ChangeRecord

Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.

Description: Collections are compared to each other and added and removed objects are recorded separately


Method Summary
 java.util.Vector getAddObjectList()
          ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
 java.util.Vector getRemoveObjectList()
          ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.

 

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

 

Method Detail

getAddObjectList

java.util.Vector getAddObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.
Returns:
java.util.Vector

getRemoveObjectList

java.util.Vector getRemoveObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.
Returns:
java.util.Vector

Skip navigation links

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