public class BeforeDeleteEvent<E> extends RelationalDeleteEvent<E>
source| Constructor and Description |
|---|
BeforeDeleteEvent(Identifier id,
E entity,
AggregateChange<E> change) |
getAggregateChange, getEntity, getId, getTypegetTimestampgetSource, toStringpublic BeforeDeleteEvent(Identifier id, @Nullable E entity, AggregateChange<E> change)
id - the id of the entity. Must not be null.entity - the entity about to get deleted. May be null.change - the AggregateChange containing the planned actions to be performed on the database.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.