public class BeforeDeleteEvent<T> extends AbstractDeleteEvent<T>
DBObject held in the event will represent the query
document before being mapped based on the domain class handled.source| Constructor and Description |
|---|
BeforeDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
Deprecated.
since 1.8. Please use
BeforeDeleteEvent(DBObject, Class, String). |
BeforeDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
Creates a new
BeforeDeleteEvent for the given DBObject, type and collectionName. |
getTypegetCollectionName, getDBObject, getSourcegetTimestamptoString@Deprecated public BeforeDeleteEvent(com.mongodb.DBObject dbo, Class<T> type)
BeforeDeleteEvent(DBObject, Class, String).BeforeDeleteEvent for the given DBObject and type.dbo - must not be null.type - can be null.public BeforeDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
BeforeDeleteEvent 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.