Package | Description |
---|---|
org.springframework.data.auditing |
General support for entity auditing.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.