public class BeforeDeleteEvent extends DeleteEvent
source
Constructor and Description |
---|
BeforeDeleteEvent(Key[] keysToDelete,
Class targetEntityClass,
Iterable targetIds,
Iterable targetEntities)
Constructor.
|
equals, getKeys, getOptionalTargetEntities, getOptionalTargetEntityClass, getOptionalTargetIds, hashCode
getSource, toString
public BeforeDeleteEvent(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.