public class AfterDeleteEvent<T> extends AbstractDeleteEvent<T>
DBObject held in the event
will be the query document after it has been mapped onto the domain type handled.source| Constructor and Description |
|---|
AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
Deprecated.
since 1.8. Please use
AfterDeleteEvent(DBObject, Class, String). |
AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
Creates a new
AfterDeleteEvent for the given DBObject, type and collectionName. |
getTypegetCollectionName, getDBObject, getSourcegetTimestamptoString@Deprecated public AfterDeleteEvent(com.mongodb.DBObject dbo, Class<T> type)
AfterDeleteEvent(DBObject, Class, String).AfterDeleteEvent for the given DBObject and type.dbo - must not be null.type - can be null.public AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
AfterDeleteEvent for the given DBObject, type and collectionName.dbo - must not be null.type - can be null.collectionName - can be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.