Package | Description |
---|---|
org.springframework.data.auditing |
General support for entity auditing.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditingHandler
Auditing handler to mark entity objects created and modified.
|
class |
IsNewAwareAuditingHandler
AuditingHandler extension that uses PersistentEntity.isNew(Object) to expose a generic
#markAudited(Optional) method that will route calls to #markCreated(Optional) or
#markModified(Optional) based on the IsNewStrategy determined from the factory. |
class |
ReactiveAuditingHandler
Auditing handler to mark entity objects created and modified.
|
class |
ReactiveIsNewAwareAuditingHandler
AuditingHandler extension that uses PersistentEntity.isNew(Object) to expose a generic
ReactiveIsNewAwareAuditingHandler.markAudited(Object) method that will route calls to ReactiveAuditingHandler.markCreated(Object) or
ReactiveAuditingHandler.markModified(Object) based on the IsNewStrategy determined from the factory. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.