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)
Creates a new
AfterDeleteEvent for the given DBObject and type. |
getTypegetDBObject, getSourcegetTimestamptoStringpublic AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
AfterDeleteEvent for the given DBObject and type.dbo - must not be null.type - can be null.Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.