Uses of Class
org.springframework.data.auditing.AuditingHandler
-
Uses of AuditingHandler in org.springframework.data.auditing
Modifier and TypeClassDescriptionclass
AuditingHandler
extension that usesPersistentEntity.isNew(Object)
to expose a genericIsNewAwareAuditingHandler.markAudited(Object)
method that will route calls tomarkCreated(Object)
ormarkModified(Object)
based on theIsNewStrategy
determined from the factory.Modifier and TypeMethodDescriptionstatic AuditingHandler
AuditingHandler.from
(MappingContext<?, ?> mappingContext) Factory method that creates a newAuditingHandler
for the givenMappingContext
.