public class BoltDriver extends AbstractConfigurableDriver
driverConfig, transactionManager| Constructor and Description |
|---|
BoltDriver() |
BoltDriver(org.neo4j.driver.v1.Driver boltDriver) |
BoltDriver(DriverConfiguration driverConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(DriverConfiguration config) |
Transaction |
newTransaction(Transaction.Type type,
String bookmark) |
Request |
request() |
getConfiguration, setTransactionManagerpublic BoltDriver()
public BoltDriver(DriverConfiguration driverConfiguration)
public BoltDriver(org.neo4j.driver.v1.Driver boltDriver)
public void configure(DriverConfiguration config)
configure in interface Driverconfigure in class AbstractConfigurableDriverpublic Transaction newTransaction(Transaction.Type type, String bookmark)
public void close()
public Request request()
Copyright © 2017 Neo Technology, Inc.. All rights reserved.