|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.intercept.CollectionUpdate
public class CollectionUpdate
Represents change set that will be applied to a persistent collection. Instances of this class may be returned by EntityUpdate instance which will not contain the complete modified collection but instead just the change set represented by instances of this class.
| Constructor Summary | |
|---|---|
CollectionUpdate(List<Object> addedElements,
List<Object> removedElements)
Creates a new instance. |
|
| Method Summary | |
|---|---|
List<Object> |
getAddedElements()
Returns the elements that will be added to the collection. |
List<Object> |
getRemovedElements()
Returns the elements that will be removed from the collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionUpdate(List<Object> addedElements,
List<Object> removedElements)
addedElements - elements that will be added to the collectionremovedElements - elements that will be removed from the collection| Method Detail |
|---|
public List<Object> getAddedElements()
public List<Object> getRemovedElements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||