Skip to content

Commit

Permalink
Update SessionConfig.withDatabase documentation (addition) (neo4j#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
injectives committed Dec 19, 2023
1 parent 470dcb3 commit 400faaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver/src/main/java/org/neo4j/driver/SessionConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ public Builder withDefaultAccessMode(AccessMode mode) {
* in a straightforward way and potentially simplifies driver logic as well as reduces network communication
* resulting in better performance.
* <p>
* Usage of Cypher clauses like USE is not a replacement for this option. Driver sends Cypher to the server for processing.
* <p>
* When no explicit name is set, the driver behavior depends on the connection URI scheme supplied to the driver
* on instantiation and Bolt protocol version.
* <p>
Expand Down

0 comments on commit 400faaf

Please sign in to comment.