public class EmbeddedGraphDatabaseFactory extends Object implements GraphDatabaseServiceFactory
EmbeddedGraphDatabase.| Constructor and Description |
|---|
EmbeddedGraphDatabaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.graphdb.GraphDatabaseService |
create()
Creates a
GraphDatabaseService. |
void |
initialize(Properties properties)
Called after the creation of the factory can be used to read the configuration.
|
public void initialize(Properties properties)
GraphDatabaseServiceFactoryinitialize in interface GraphDatabaseServiceFactoryproperties - configuration propertiespublic org.neo4j.graphdb.GraphDatabaseService create()
GraphDatabaseServiceFactoryGraphDatabaseService.create in interface GraphDatabaseServiceFactoryGraphDatabaseService instanceCopyright © 2010-2013 Hibernate. All Rights Reserved.