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