org.springframework.data.graph.neo4j.repository
Class GraphRepositoryFactoryBean<S extends org.neo4j.graphdb.PropertyContainer,R extends CRUDRepository<T>,T extends GraphBacked<S>>
java.lang.Object
org.springframework.data.repository.support.RepositoryFactoryBeanSupport<T,S,ID>
org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport<R,T,Long>
org.springframework.data.graph.neo4j.repository.GraphRepositoryFactoryBean<S,R,T>
- All Implemented Interfaces:
- BeanFactoryAware, FactoryBean<R>, InitializingBean, org.springframework.data.repository.support.RepositoryFactoryInformation<T,Long>
public class GraphRepositoryFactoryBean<S extends org.neo4j.graphdb.PropertyContainer,R extends CRUDRepository<T>,T extends GraphBacked<S>>
- extends org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport<R,T,Long>
- Since:
- 28.03.11
- Author:
- mh
Methods inherited from class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport |
createRepositoryFactory, setBeanFactory, setTransactionManager |
Methods inherited from class org.springframework.data.repository.support.RepositoryFactoryBeanSupport |
getEntityInformation, getObject, getObjectType, getRepositoryInterface, isSingleton, setCustomImplementation, setQueryLookupStrategyKey, setRepositoryInterface |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphRepositoryFactoryBean
public GraphRepositoryFactoryBean()
setGraphDatabaseContext
public void setGraphDatabaseContext(GraphDatabaseContext graphDatabaseContext)
doCreateRepositoryFactory
protected org.springframework.data.repository.support.RepositoryFactorySupport doCreateRepositoryFactory()
- Specified by:
doCreateRepositoryFactory
in class org.springframework.data.repository.support.TransactionalRepositoryFactoryBeanSupport<R extends CRUDRepository<T>,T extends GraphBacked<S>,Long>
createRepositoryFactory
protected org.springframework.data.repository.support.RepositoryFactorySupport createRepositoryFactory(GraphDatabaseContext graphDatabaseContext)
afterPropertiesSet
public void afterPropertiesSet()
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Overrides:
afterPropertiesSet
in class org.springframework.data.repository.support.RepositoryFactoryBeanSupport<R extends CRUDRepository<T>,T extends GraphBacked<S>,Long>
Copyright © 2011. All Rights Reserved.