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