org.springframework.data.graph.neo4j.repository
Class DirectGraphRepositoryFactory
java.lang.Object
org.springframework.data.graph.neo4j.repository.DirectGraphRepositoryFactory
public class DirectGraphRepositoryFactory
- extends Object
Simple Factory for NodeGraphRepository
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectGraphRepositoryFactory
public DirectGraphRepositoryFactory(GraphDatabaseContext graphDatabaseContext)
createGraphRepository
public <T extends GraphBacked<?>> GraphRepository<T> createGraphRepository(Class<T> clazz)
Copyright © 2011. All Rights Reserved.