Uses of Class
org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent
Packages that use MongoMappingEvent
Package
Description
MongoDB core support.
Mapping event callback infrastructure for the MongoDB document-to-object mapping subsystem.
-
Uses of MongoMappingEvent in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with type parameters of type MongoMappingEventModifier and TypeMethodDescriptionprotected <E extends MongoMappingEvent<T>,T>
EMongoTemplate.maybeEmitEvent(E event) protected <E extends MongoMappingEvent<T>,T>
EReactiveMongoTemplate.maybeEmitEvent(E event) -
Uses of MongoMappingEvent in org.springframework.data.mongodb.core.mapping.event
Subclasses of MongoMappingEvent in org.springframework.data.mongodb.core.mapping.eventModifier and TypeClassDescriptionclassBase class for delete events.classMongoMappingEventthrown after convert of a document.classEvent being thrown after a single or a set of documents has/have been deleted.classEvent to be triggered after loadingDocuments to be mapped onto a given type.classMongoMappingEventtriggered after save of a document.classEvent being thrown before a domain object is converted to be persisted.classEvent being thrown before a document is deleted.classMongoMappingEventtriggered before save of a document.Methods in org.springframework.data.mongodb.core.mapping.event with parameters of type MongoMappingEventModifier and TypeMethodDescriptionvoidAbstractMongoEventListener.onApplicationEvent(MongoMappingEvent<?> event)