Module spring.data.mongodb
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
ApplicationListeners.Callback being invoked after a domain object is materialized from aDocumentwhen reading results.MongoMappingEventthrown 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 loadingDocuments to be mapped onto a given type.Entity callback triggered after save of aDocument.MongoMappingEventtriggered after save of a document.EntityCallbackto 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.MongoMappingEventtriggered before save of a document.ApplicationListenerfor Mongo mapping events logging the events.BaseApplicationEventtriggered by Spring Data MongoDB.Callback being invoked after a domain object is materialized from aDocumentwhen reading results.Entity callback triggered after save of aDocument.ReactiveEntityCallbackto 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.