public class BeforeDeleteEvent extends DeleteEvent
source| Constructor and Description |
|---|
BeforeDeleteEvent(com.google.cloud.datastore.Key[] keysToDelete,
Class targetEntityClass,
Iterable targetIds,
Iterable targetEntities)
Constructor.
|
equals, getKeys, getOptionalTargetEntities, getOptionalTargetEntityClass, getOptionalTargetIds, hashCodegetSource, toStringpublic BeforeDeleteEvent(com.google.cloud.datastore.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 © 2021 Pivotal Software, Inc.. All rights reserved.