| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
AccessMode |
SessionConfig.defaultAccessMode()
The type of access required by units of work in this session,
e.g.
|
static AccessMode |
AccessMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessMode[] |
AccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SessionConfig.Builder |
SessionConfig.Builder.withDefaultAccessMode(AccessMode mode)
Set the type of access required by units of work in this session,
e.g.
|