|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DirectCollectionChangeRecord
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 |
|---|
java.util.Vector getAddObjectList()
java.util.Vector getRemoveObjectList()
|
EclipseLink 2.3.3, build 'v20120629-r11760' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||