FileDocCategorySizeDatePackage
DirectCollectionChangeRecord.javaAPI DocGlassfish v2 API2776Tue May 22 16:54:16 BST 2007oracle.toplink.essentials.changesets

DirectCollectionChangeRecord

public interface DirectCollectionChangeRecord implements 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 seperately

Fields Summary
Constructors Summary
Methods Summary
public java.util.VectorgetAddObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.

return
java.util.Vector

public java.util.VectorgetRemoveObjectList()
ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.

return
java.util.Vector