Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.descriptors.changetracking
Interface CollectionChangeTracker

All Superinterfaces:
ChangeTracker
All Known Implementing Classes:
EjbCollection, EJBIndirectList, EJBIndirectSet, IndirectList, IndirectMap, IndirectSet

public interface CollectionChangeTracker
extends ChangeTracker

Purpose: Define an interface for any collection that wishes to use attribute change track.

Description: Build a bridge between an object and its PropertyChangeListener. Which will be The listener of the parent object.


Method Summary
 java.lang.String getTopLinkAttributeName()
          Return the Attribute name this collection is mapped under.
 void setTopLinkAttributeName(java.lang.String attributeName)
          Set the Attribute name this collection is mapped under.

 

Methods inherited from interface oracle.toplink.descriptors.changetracking.ChangeTracker
_persistence_getPropertyChangeListener, _persistence_setPropertyChangeListener

 

Method Detail

getTopLinkAttributeName

java.lang.String getTopLinkAttributeName()
Return the Attribute name this collection is mapped under.

setTopLinkAttributeName

void setTopLinkAttributeName(java.lang.String attributeName)
Set the Attribute name this collection is mapped under.

Skip navigation links

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