public interface Driver extends AutoCloseable, LoadableService
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(DriverConfiguration config) |
DriverConfiguration |
getConfiguration() |
Transaction |
newTransaction(Transaction.Type type,
String bookmark) |
Request |
request() |
void |
setTransactionManager(TransactionManager tx) |
void configure(DriverConfiguration config)
Transaction newTransaction(Transaction.Type type, String bookmark)
void close()
close in interface AutoCloseableRequest request()
void setTransactionManager(TransactionManager tx)
DriverConfiguration getConfiguration()
Copyright © 2017 Neo Technology, Inc.. All rights reserved.