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<MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

public class IndexCreationMappingEventListener
extends Object
implements ApplicationListener<MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

Since:
12.04.12
Author:
mh

Constructor Summary
IndexCreationMappingEventListener(Neo4jTemplate template)
           
 
Method Summary
 void onApplicationEvent(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(MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty> event)
Specified by:
onApplicationEvent in interface ApplicationListener<MappingContextEvent<Neo4jPersistentEntity<?>,Neo4jPersistentProperty>>

Spring Data Neo4j

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.