|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndirectCollection
Purpose: Common interface to indirect collections.
Method Summary | |
---|---|
Collection |
getAddedElements()
INTERNAL: Return if the collection has any elements added that have been deferred to instantiation. |
Object |
getDelegateObject()
INTERNAL: Return the real collection object. |
Collection |
getRemovedElements()
INTERNAL: Return if the collection has any elements removed that have been deferred to instantiation. |
boolean |
hasDeferredChanges()
INTERNAL: Return if the collection has any changes that have been deferred to instantiation. |
Methods inherited from interface org.eclipse.persistence.indirection.IndirectContainer |
---|
getValueHolder, isInstantiated, setValueHolder |
Method Detail |
---|
boolean hasDeferredChanges()
Collection getAddedElements()
Collection getRemovedElements()
Object getDelegateObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |