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)
Creates a new
BeforeDeleteEvent for the given DBObject and type. |
getTypegetDBObject, getSourcegetTimestamptoStringpublic BeforeDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
BeforeDeleteEvent 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.