org.springframework.data.neo4j.config
Class ConfigurationCheck
java.lang.Object
org.springframework.data.neo4j.config.ConfigurationCheck
- All Implemented Interfaces:
- EventListener, ApplicationListener<ContextStartedEvent>
public class ConfigurationCheck
- extends Object
- implements ApplicationListener<ContextStartedEvent>
Validates correct configuration of Neo4j and Spring, especially transaction-managers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationCheck
public ConfigurationCheck(Neo4jTemplate template,
PlatformTransactionManager transactionManager)
onApplicationEvent
public void onApplicationEvent(ContextStartedEvent event)
- Specified by:
onApplicationEvent
in interface ApplicationListener<ContextStartedEvent>
Copyright © 2011 SpringSource. All Rights Reserved.