public class Neo4jAuditingEventListener
extends org.neo4j.ogm.session.event.EventListenerAdapter
implements org.neo4j.ogm.session.event.EventListener
| Constructor and Description |
|---|
Neo4jAuditingEventListener(org.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler> auditingHandlerFactory,
org.neo4j.ogm.session.SessionFactory sessionFactory)
Creates a new
Neo4jAuditingEventListener using the given MappingContext and AuditingHandler
provided by the given ObjectFactory. |
| Modifier and Type | Method and Description |
|---|---|
void |
onPreSave(org.neo4j.ogm.session.event.Event event) |
onPostDelete, onPostSave, onPreDeletepublic Neo4jAuditingEventListener(org.springframework.beans.factory.ObjectFactory<org.springframework.data.auditing.IsNewAwareAuditingHandler> auditingHandlerFactory,
org.neo4j.ogm.session.SessionFactory sessionFactory)
Neo4jAuditingEventListener using the given MappingContext and AuditingHandler
provided by the given ObjectFactory.auditingHandlerFactory - must not be null.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.