| Package | Description |
|---|---|
| org.neo4j.driver.v1 |
| Modifier and Type | Method and Description |
|---|---|
Session |
Driver.session()
Create a new general purpose
Session. |
Session |
Driver.session(AccessMode mode)
Create a new
Session for a specific type of work. |
Session |
Driver.session(AccessMode mode,
String bookmark)
Create a new
Session for a specific type of work with the specified initial bookmark. |
Session |
Driver.session(String bookmark)
|
Copyright © 2017. All rights reserved.