public class BoltDriver extends AbstractConfigurableDriver
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_PARAMETER_BOLT_LOGGING |
CONVERT_ALL_PARAMETERS_CONVERSION, customPropertiesSupplier| 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 config) |
Function<TransactionManager,BiFunction<Transaction.Type,Iterable<String>,Transaction>> |
getTransactionFactorySupplier() |
Request |
request(Transaction transaction) |
getConfiguration, getCypherModificationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewTransaction, request, requiresTransaction, setTransactionManagerpublic static final String CONFIG_PARAMETER_BOLT_LOGGING
public 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 config)
configure in interface Driverconfigure in class AbstractConfigurableDriverpublic Function<TransactionManager,BiFunction<Transaction.Type,Iterable<String>,Transaction>> getTransactionFactorySupplier()
public void close()
public Request request(Transaction transaction)
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.