public interface IndirectCollection extends IndirectContainer
Modifier and Type | Method and Description |
---|---|
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
|
getValueHolder, isInstantiated, setValueHolder
void clearDeferredChanges()
boolean hasDeferredChanges()
java.util.Collection getAddedElements()
java.util.Collection getRemovedElements()
java.lang.Object getDelegateObject()
void setUseLazyInstantiation(boolean useLazyInstantiation)