Uses of Class
com.azure.spring.data.cosmos.core.mapping.event.CosmosMappingEvent
Packages that use CosmosMappingEvent
Package
Description
This package contains the generator classes of cosmos db
-
Uses of CosmosMappingEvent in com.azure.spring.data.cosmos.core.mapping.event
Subclasses of CosmosMappingEvent in com.azure.spring.data.cosmos.core.mapping.eventModifier and TypeClassDescriptionclassSpring Application Event that fires for all reads after a document is loaded and before it is serialized to a domain object Ported to cosmos from spring-data-mongo https://github.com/spring-projects/spring-data-mongodb/blob/main/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/event/AfterLoadEvent.javaMethods in com.azure.spring.data.cosmos.core.mapping.event with parameters of type CosmosMappingEventModifier and TypeMethodDescriptionvoidAbstractCosmosEventListener.onApplicationEvent(CosmosMappingEvent<?> event)