public interface MongoIdentifiableEntity extends MongoEntity
Modifier and Type | Method and Description |
---|---|
void |
afterRemove(MongoStoreInvocationContext invocationContext)
Lifecycle callback, which is called after removal of this object from Mongo.
|
String |
getId() |
void |
setId(String id) |
String getId()
void setId(String id)
void afterRemove(MongoStoreInvocationContext invocationContext)
Copyright © 2015. All rights reserved.