| Package | Description |
|---|---|
| org.neo4j.ogm.driver | |
| org.neo4j.ogm.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfigurableDriver
The AbstractConfigurableDriver is used by all drivers to configure themselves.
|
| Modifier and Type | Method and Description |
|---|---|
static Driver |
Components.driver()
Returns the current OGM
Driver
Normally only one instance of the driver exists for the lifetime of the application
You cannot use this method to find out if a driver is initialised because it will attempt to
initialise the driver if it is not. |
static Driver |
DriverService.load(DriverConfiguration configuration)
Loads and initialises a Driver using the specified DriverConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Components.setDriver(Driver driver)
Sets a new
Driver to be used by the OGM. |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.