public class AfterSaveEvent extends SaveEvent
source| Constructor and Description |
|---|
AfterSaveEvent(List<Mutation> source,
Iterable targetEntities,
Set<String> includeProperties)
Constructor.
|
getIncludePropertiesequals, getMutations, getTargetEntities, hashCodegetSource, toStringpublic AfterSaveEvent(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.