public class AfterSaveEvent<E> extends RelationalSaveEvent<E>
source| Constructor and Description |
|---|
AfterSaveEvent(E instance,
AggregateChange<E> change) |
getAggregateChangegetEntity, getTypegetTimestampgetSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntity, getTypepublic AfterSaveEvent(E instance, AggregateChange<E> change)
instance - the saved entity. Must not be null.change - the AggregateChange encoding the actions performed on the database as part of the delete.
Must not be null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.