public class BoltDriver extends AbstractConfigurableDriver
configuration, customPropertiesSupplier, parameterConversion, transactionManager, typeSystem| Constructor and Description |
|---|
BoltDriver() |
BoltDriver(org.neo4j.driver.v1.Driver boltDriver) |
BoltDriver(org.neo4j.driver.v1.Driver boltDriver,
Supplier<Map<String,Object>> customPropertiesSupplier)
Create OGM BoltDriver with provided java neo4j driver
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Configuration configuration) |
ExceptionTranslator |
getExceptionTranslator() |
protected String |
getTypeSystemName() |
Transaction |
newTransaction(Transaction.Type type,
Iterable<String> bookmarks) |
Request |
request() |
getConfiguration, getCypherModification, getTypeSystem, setTransactionManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequiresTransactionpublic BoltDriver()
public BoltDriver(org.neo4j.driver.v1.Driver boltDriver)
public BoltDriver(org.neo4j.driver.v1.Driver boltDriver,
Supplier<Map<String,Object>> customPropertiesSupplier)
boltDriver - instance of java neo4j drivercustomPropertiesSupplier - Hook to provide custom configuration properties, i.e. for Cypher modification providerspublic void configure(Configuration configuration)
configure in interface Driverconfigure in class AbstractConfigurableDriverprotected String getTypeSystemName()
getTypeSystemName in class AbstractConfigurableDriverpublic Transaction newTransaction(Transaction.Type type, Iterable<String> bookmarks)
public void close()
public Request request()
public ExceptionTranslator getExceptionTranslator()
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.