public class AfterSaveEvent<E> extends MongoMappingEvent<E>
MongoMappingEvent triggered after save of a document.source| Constructor and Description |
|---|
AfterSaveEvent(E source,
com.mongodb.DBObject dbo)
Deprecated.
since 1.8. Please use
AfterSaveEvent(Object, DBObject, String). |
AfterSaveEvent(E source,
com.mongodb.DBObject dbo,
String collectionName)
Creates new
AfterSaveEvent. |
getCollectionName, getDBObject, getSourcegetTimestamptoString@Deprecated public AfterSaveEvent(E source, com.mongodb.DBObject dbo)
AfterSaveEvent(Object, DBObject, String).AfterSaveEventsource - must not be null.dbo - can be null.public AfterSaveEvent(E source, com.mongodb.DBObject dbo, String collectionName)
AfterSaveEvent.source - must not be null.dbo - can be null.collectionName - can be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.