public class GraphRepositoryFactoryBean<S extends org.neo4j.graphdb.PropertyContainer,R extends CRUDRepository<T>,T> extends org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<R,T,Long>
| Constructor and Description |
|---|
GraphRepositoryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory(Neo4jTemplate template) |
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
doCreateRepositoryFactory() |
void |
setNeo4jMappingContext(Neo4jMappingContext neo4jMappingContext) |
void |
setNeo4jTemplate(Neo4jTemplate template) |
createRepositoryFactory, setBeanFactory, setTransactionManagergetEntityInformation, getObject, getObjectType, getQueryMethods, getRepositoryInformation, isSingleton, setCustomImplementation, setNamedQueries, setQueryLookupStrategyKey, setRepositoryInterfacepublic void setNeo4jTemplate(Neo4jTemplate template)
public void setNeo4jMappingContext(Neo4jMappingContext neo4jMappingContext)
neo4jMappingContext - the mappingContext to setprotected org.springframework.data.repository.core.support.RepositoryFactorySupport doCreateRepositoryFactory()
doCreateRepositoryFactory in class org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<R extends CRUDRepository<T>,T,Long>protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory(Neo4jTemplate template)
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<R extends CRUDRepository<T>,T,Long>Copyright © 2012 SpringSource. All Rights Reserved.