public interface IndirectCollection<E,C> extends IndirectContainer<C>
Modifier and Type | Method and Description |
---|---|
void |
clearDeferredChanges()
INTERNAL:
clear any changes that have been deferred to instantiation.
|
Collection<E> |
getAddedElements()
INTERNAL:
Return if the collection has any elements added that have been deferred to instantiation.
|
C |
getDelegateObject()
INTERNAL:
Return the real collection object.
|
Collection<E> |
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()
Collection<E> getAddedElements()
Collection<E> getRemovedElements()
C getDelegateObject()
void setUseLazyInstantiation(boolean useLazyInstantiation)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.