java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Serializable

public class AfterSaveEvent extends SaveEvent
An event that is published after a save operation to Cloud Spanner.
See Also:
  • Constructor Details

    • AfterSaveEvent

      public AfterSaveEvent(List<com.google.cloud.spanner.Mutation> source, Iterable targetEntities, Set<String> includeProperties)
      Constructor.
      Parameters:
      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.