Interface | Description |
---|---|
AuditableBeanWrapper |
Interface to abstract the ways setting the auditing information can be implemented.
|
DateTimeProvider |
SPI to calculate the current time to be used when auditing.
|
Class | Description |
---|---|
AuditingHandler |
Auditing handler to mark entity objects created and modified.
|
IsNewAwareAuditingHandler |
AuditingHandler extension that uses an IsNewStrategyFactory to expose a generic
IsNewAwareAuditingHandler.markAudited(Object) method that will route calls to AuditingHandler.markCreated(Object) or
AuditingHandler.markModified(Object) based on the IsNewStrategy determined from the factory. |
Enum | Description |
---|---|
CurrentDateTimeProvider |
Default
DateTimeProvider simply creating new DateTime instances for each method call. |
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.