public class AfterDeleteEvent extends DeleteEvent
source| Constructor and Description |
|---|
AfterDeleteEvent(Key[] keysToDelete,
Class targetEntityClass,
Iterable targetIds,
Iterable targetEntities)
Constructor.
|
equals, getKeys, getOptionalTargetEntities, getOptionalTargetEntityClass, getOptionalTargetIds, hashCodegetSource, toStringpublic AfterDeleteEvent(Key[] keysToDelete, Class targetEntityClass, Iterable targetIds, Iterable targetEntities)
keysToDelete - The keys that are deleted in this operation (never null).targetEntityClass - The target entity type deleted. This may be null
depending on the specific delete operation.targetIds - The target entity ID values deleted. This may be null
depending on the specific delete operation.targetEntities - The target entity objects deleted. This may be null
depending on the specificCopyright © 2020 Pivotal Software, Inc.. All rights reserved.