|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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 | |
|---|---|
void |
clearDeferredChanges()INTERNAL: clear any changes that have been deferred to instantiation. |
java.util.Collection |
getAddedElements()INTERNAL: Return if the collection has any elements added that have been deferred to instantiation. |
java.lang.Object |
getDelegateObject()INTERNAL: Return the real collection object. |
java.util.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. |
void |
setUseLazyInstantiation(boolean useLazyInstantiation)INTERNAL Set whether this collection should attempt do deal with adds and removes without retrieving the collection from the dB |
| Methods inherited from interface org.eclipse.persistence.indirection.IndirectContainer |
|---|
getValueHolder, isInstantiated, setValueHolder |
| Method Detail |
|---|
void clearDeferredChanges()
boolean hasDeferredChanges()
java.util.Collection getAddedElements()
java.util.Collection getRemovedElements()
java.lang.Object getDelegateObject()
void setUseLazyInstantiation(boolean useLazyInstantiation)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||