public abstract class AbstractDeleteEvent<T> extends MongoMappingEvent<com.mongodb.DBObject>
source| Constructor and Description |
|---|
AbstractDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
Deprecated.
since 1.8. Please use
AbstractDeleteEvent(DBObject, Class, String). |
AbstractDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
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. |
getCollectionName, getDBObject, getSourcegetTimestamptoString@Deprecated public AbstractDeleteEvent(com.mongodb.DBObject dbo, Class<T> type)
AbstractDeleteEvent(DBObject, Class, String).AbstractDeleteEvent for the given DBObject and type.dbo - must not be null.type - can be null.public AbstractDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type,
String collectionName)
AbstractDeleteEvent for the given DBObject and type.dbo - must not be null.type - can be null.collectionName - can be null.public Class<T> getType()
AbstractDeleteEvent shall be invoked for.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.