Uses of Interface
org.neo4j.server.database.GraphDatabaseFactory

Packages that use GraphDatabaseFactory
org.neo4j.server   
org.neo4j.server.database   
 

Uses of GraphDatabaseFactory in org.neo4j.server
 

Methods in org.neo4j.server that return GraphDatabaseFactory
protected abstract  GraphDatabaseFactory Bootstrapper.getGraphDatabaseFactory(org.apache.commons.configuration.Configuration configuration)
           
protected  GraphDatabaseFactory NeoServerBootstrapper.getGraphDatabaseFactory(org.apache.commons.configuration.Configuration configuration)
           
 

Uses of GraphDatabaseFactory in org.neo4j.server.database
 

Constructors in org.neo4j.server.database with parameters of type GraphDatabaseFactory
Database(GraphDatabaseFactory factory, String databaseStoreDirectory)
           
Database(GraphDatabaseFactory factory, String databaseStoreDirectory, Map<String,String> databaseTuningProperties)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.