Package org.springframework.data.r2dbc.mapping.event
@NonNullApi
package org.springframework.data.r2dbc.mapping.event
Mapping event callback infrastructure for the R2DBC row-to-object mapping subsystem.
-
ClassDescriptionCallback being invoked after a domain object is materialized from a row when reading results.Entity callback triggered after save of a
OutboundRow
.Callback being invoked before a domain object is converted to be persisted.Entity callback triggered before save of a row.ReactiveEntityCallback
to populate auditing related fields on an entity about to be saved.