public abstract class AbstractDeleteEvent<T> extends MongoMappingEvent<org.bson.Document>
source| Constructor and Description |
|---|
AbstractDeleteEvent(org.bson.Document document,
Class<T> type,
String collectionName)
Creates a new
AbstractDeleteEvent for the given Document and type. |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AbstractDeleteEvent shall be invoked for. |
getCollectionName, getDocument, getSourcegetTimestamptoStringpublic AbstractDeleteEvent(org.bson.Document document,
@Nullable
Class<T> type,
String collectionName)
AbstractDeleteEvent for the given Document and type.document - must not be null.type - may be null.collectionName - must not be null.@Nullable public Class<T> getType()
AbstractDeleteEvent shall be invoked for.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.