Class AuditingEventListener

java.lang.Object
org.springframework.data.couchbase.core.mapping.event.AuditingEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<CouchbaseMappingEvent<Object>>

public class AuditingEventListener extends Object implements ApplicationListener<CouchbaseMappingEvent<Object>>
Event listener to populate auditing related fields on an entity about to be saved.
Author:
Oliver Gierke, Simon Baslé, Mark Paluch, Michael Reiche