public class BeforeConvertEvent<E> extends RelationalSaveEvent<E>
source| Constructor and Description |
|---|
BeforeConvertEvent(E instance,
AggregateChange<E> change) |
getAggregateChangegetEntity, getTypegetTimestampgetSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntity, getTypepublic BeforeConvertEvent(E instance, AggregateChange<E> change)
instance - the saved entity. Must not be null.change - the AggregateChange encoding the actions to be performed on the database as change. Since
this event is fired before the conversion the change is actually empty, but contains information if the
aggregate is considered new in AggregateChange.getKind(). Must not be null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.