|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent<com.mongodb.DBObject>
org.springframework.data.mongodb.core.mapping.event.AbstractDeleteEvent<T>
org.springframework.data.mongodb.core.mapping.event.AfterDeleteEvent<T>
public class AfterDeleteEvent<T>
Event being thrown after a single or a set of documents has/have been deleted. The
DBObject held in the event
will be the query document after it has been mapped onto the domain type handled.
Field Summary
Fields inherited from class java.util.EventObject
source
Constructor Summary
AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
Creates a new AfterDeleteEvent for the given DBObject and type.
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.mapping.event.AbstractDeleteEvent
getType
Methods inherited from class org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
getDBObject, getSource
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
AfterDeleteEvent
public AfterDeleteEvent(com.mongodb.DBObject dbo,
Class<T> type)
AfterDeleteEvent for the given DBObject and type.
dbo - must not be null.type - can be null.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Spring Data MongoDB - Core
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.