Uses of Package
org.springframework.data.mongodb.core.mapping.event
Packages that use org.springframework.data.mongodb.core.mapping.event
Package
Description
MongoDB core support.
Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
-
-
Classes in org.springframework.data.mongodb.core.mapping.event used by org.springframework.data.mongodb.core.mapping.eventClassDescriptionBase class for delete events.Base class to implement domain class specific
ApplicationListener
s.MongoMappingEvent
thrown after convert of a document.Event being thrown after a single or a set of documents has/have been deleted.Event to be triggered after loadingDocument
s to be mapped onto a given type.MongoMappingEvent
triggered after save of a document.Callback being invoked before a domain object is converted to be persisted.Event being thrown before a domain object is converted to be persisted.Event being thrown before a document is deleted.MongoMappingEvent
triggered before save of a document.BaseApplicationEvent
triggered by Spring Data MongoDB.Callback being invoked before a domain object is converted to be persisted.