public interface IDocumentDeleteListener
Modifier and Type | Method and Description |
---|---|
void |
beforeDelete(String key,
Object entityInstance,
RavenJObject metadata)
Invoked before the delete request is sent to the server.
|
void beforeDelete(String key, Object entityInstance, RavenJObject metadata)
key
- The key.entityInstance
- The entity instance.metadata
- The metadata.Copyright © 2016. All Rights Reserved.