public class BeforeSaveEvent extends SaveEvent
source| Constructor and Description |
|---|
BeforeSaveEvent(Iterable targetEntities,
Set<String> includeProperties)
Constructor.
|
getIncludePropertiesequals, getMutations, getTargetEntities, hashCodegetSource, toStringpublic BeforeSaveEvent(Iterable targetEntities, Set<String> includeProperties)
BeforeSaveEvent does not hold mutations because this event gives
the opportunity to modify the entities from which mutations are ultimately generated.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.