Package org.springframework.data.couchbase.core.mapping.event
package org.springframework.data.couchbase.core.mapping.event
This package contains various events that are emitted during the lifecycle of a Spring Data entity.
-
ClassDescriptionBase class to implement domain class specific
ApplicationListener
s.Callback being invoked after a domain object is materialized from aCouchbaseDocument
when reading results.EntityCallback
to populate auditing related fields on an entity about to be saved.Event listener to populate auditing related fields on an entity about to be saved.Callback being invoked before a domain object is converted to be persisted.A mapping event.AApplicationListener
for Couchbase mapping events logging the events.Callback being invoked after a domain object is materialized from aCouchbaseDocument
when reading results.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.javax.validation dependant entities validator.