Package | Description |
---|---|
org.springframework.data.auditing |
General support for entity auditing.
|
Modifier and Type | Class and Description |
---|---|
class |
IsNewAwareAuditingHandler<T>
AuditingHandler extension that uses an IsNewStrategyFactory 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-2013-2014 Pivotal. All Rights Reserved.