public class EmbeddedDriver extends AbstractConfigurableDriver
configuration, transactionManager| Constructor and Description |
|---|
EmbeddedDriver() |
EmbeddedDriver(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Configuration config) |
org.neo4j.graphdb.GraphDatabaseService |
getGraphDatabaseService() |
Transaction |
newTransaction(Transaction.Type type,
Iterable<String> bookmarks) |
Request |
request() |
getConfiguration, setTransactionManagerpublic EmbeddedDriver()
public EmbeddedDriver(org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
public void configure(Configuration config)
configure in interface Driverconfigure in class AbstractConfigurableDriverpublic Transaction newTransaction(Transaction.Type type, Iterable<String> bookmarks)
public void close()
public org.neo4j.graphdb.GraphDatabaseService getGraphDatabaseService()
public Request request()
Copyright © 2017 Neo Technology, Inc.. All rights reserved.