| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.core.mapping.event |
Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
MongoTemplate.maybeEmitEvent(MongoMappingEvent<T> event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeleteEvent<T>
Base class for delete events.
|
class |
AfterConvertEvent<E> |
class |
AfterDeleteEvent<T>
Event being thrown after a single or a set of documents has/have been deleted.
|
class |
AfterLoadEvent<T>
Event to be triggered after loading
DBObjects to be mapped onto a given type. |
class |
AfterSaveEvent<E> |
class |
BeforeConvertEvent<T>
Event being thrown before a domain object is converted to be persisted.
|
class |
BeforeDeleteEvent<T>
Event being thrown before a document is deleted.
|
class |
BeforeSaveEvent<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMongoEventListener.onApplicationEvent(MongoMappingEvent<?> event) |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.