Spring Data Neo4j

org.springframework.data.neo4j.support.mapping
Class IndexCreationMappingEventListener

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.IndexCreationMappingEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

public class IndexCreationMappingEventListener
extends Object
implements ApplicationListener<org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

Since:
12.04.12
Author:
mh

Constructor Summary
IndexCreationMappingEventListener(Neo4jTemplate template)
           
 
Method Summary
 void onApplicationEvent(org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexCreationMappingEventListener

public IndexCreationMappingEventListener(Neo4jTemplate template)
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> event)
Specified by:
onApplicationEvent in interface ApplicationListener<org.springframework.data.mapping.context.MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.