org.springframework.data.neo4j.config
Class Neo4jRepositoriesRegistrar
java.lang.Object
org.springframework.data.repository.config.RepositoryBeanDefinitionRegistrarSupport
org.springframework.data.neo4j.config.Neo4jRepositoriesRegistrar
- All Implemented Interfaces:
- Aware, BeanClassLoaderAware, ImportBeanDefinitionRegistrar, ResourceLoaderAware
public class Neo4jRepositoriesRegistrar
- extends RepositoryBeanDefinitionRegistrarSupport
ImportBeanDefinitionRegistrar implementation to support EnableNeo4jRepositories annotation.
- Author:
- Oliver Gierke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Neo4jRepositoriesRegistrar
public Neo4jRepositoriesRegistrar()
getAnnotation
protected Class<? extends Annotation> getAnnotation()
- Specified by:
getAnnotation in class RepositoryBeanDefinitionRegistrarSupport
getExtension
protected RepositoryConfigurationExtension getExtension()
- Specified by:
getExtension in class RepositoryBeanDefinitionRegistrarSupport
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.