Package org.springframework.data.mongodb.core.mapping.event
@NonNullApi
package org.springframework.data.mongodb.core.mapping.event
Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
-
ClassDescriptionBase class for delete events.Base class to implement domain class specific
ApplicationListener
s.Callback being invoked after a domain object is materialized from aDocument
when reading results.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.Entity callback triggered after save of aDocument
.MongoMappingEvent
triggered after save of a document.EntityCallback
to populate auditing related fields on an entity about to be saved.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.Entity callback triggered before save of a document.MongoMappingEvent
triggered before save of a document.ApplicationListener
for Mongo mapping events logging the events.BaseApplicationEvent
triggered by Spring Data MongoDB.Callback being invoked after a domain object is materialized from aDocument
when reading results.Entity callback triggered after save of aDocument
.ReactiveEntityCallback
to populate auditing related fields on an entity about to be saved.Callback being invoked before a domain object is converted to be persisted.Entity callback triggered before save of a document.javax.validation dependant entities validator.