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
IsNewAwareAuditingHandler.markAudited(Object) method that will route calls to markCreated(Object) or
markModified(Object) based on the IsNewStrategy determined from the factory. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.