public class BoltDriver extends AbstractConfigurableDriver
transactionManager| Constructor and Description |
|---|
BoltDriver() |
BoltDriver(org.neo4j.driver.v1.Driver boltDriver)
Create OGM BoltDriver with provided java neo4j driver
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Configuration config) |
Transaction |
newTransaction(Transaction.Type type,
Iterable<String> bookmarks) |
Request |
request() |
getConfiguration, setTransactionManagerpublic BoltDriver()
public BoltDriver(org.neo4j.driver.v1.Driver boltDriver)
boltDriver - instance of java neo4j driverpublic void configure(Configuration config)
configure in interface Driverconfigure in class AbstractConfigurableDriverpublic Transaction newTransaction(Transaction.Type type, Iterable<String> bookmarks)
public void close()
public Request request()
Copyright © 2017 Neo Technology, Inc.. All rights reserved.