public class SaveEvent extends MutationEvent
source| Constructor and Description |
|---|
SaveEvent(List<Mutation> source,
Iterable targetEntities,
Set<String> includeProperties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getIncludeProperties()
Get the optional set of properties to include in this save operation.
|
equals, getMutations, getTargetEntities, hashCodegetSource, toStringpublic SaveEvent(List<Mutation> source, Iterable targetEntities, Set<String> includeProperties)
source - the mutations for the event initially occurred. (never null)targetEntities - the target entities that need to be mutated. This may be
null depending on the original request.includeProperties - the set of properties to include in the save operation.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.