public class BeforeSaveEvent<E> extends RelationalSaveEvent<E>
source| Constructor and Description |
|---|
BeforeSaveEvent(E instance,
AggregateChange<E> change) |
getAggregateChangegetEntity, getTypegetTimestampgetSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntity, getTypepublic BeforeSaveEvent(E instance, AggregateChange<E> change)
instance - the entity about to get saved. Must not be null.change - the AggregateChange that is going to get applied to the database. Must not be
null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.