public abstract class AbstractDeleteEvent<T> extends MongoMappingEvent<com.mongodb.DBObject>
source| Constructor and Description |
|---|
AbstractDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
Creates a new
AbstractDeleteEvent for the given DBObject and type. |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AbstractDeleteEvent shall be invoked for. |
getDBObject, getSourcegetTimestamptoStringpublic AbstractDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
AbstractDeleteEvent for the given DBObject and type.dbo - must not be null.type - , possibly be null.public Class<T> getType()
AbstractDeleteEvent shall be invoked for.Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.