Class ReactiveIsNewAwareAuditingHandler


public class ReactiveIsNewAwareAuditingHandler extends ReactiveAuditingHandler
AuditingHandler extension that uses PersistentEntity.isNew(Object) to expose a generic markAudited(Object) method that will route calls to ReactiveAuditingHandler.markCreated(Object) or ReactiveAuditingHandler.markModified(Object) based on the IsNewStrategy determined from the factory.
Since:
2.4
Author:
Mark Paluch