| Package | Description |
|---|---|
| org.neo4j.driver | |
| org.neo4j.driver.async | |
| org.neo4j.driver.reactive |
| Modifier and Type | Method and Description |
|---|---|
static Bookmark |
Bookmark.from(Set<String> values)
Reconstruct bookmark from \bookmarks string values.
|
Bookmark |
Session.lastBookmark()
Return the bookmark received following the last completed
transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Bookmark> |
SessionConfig.bookmarks()
Returns the initial bookmarks.
|
| Modifier and Type | Method and Description |
|---|---|
SessionConfig.Builder |
SessionConfig.Builder.withBookmarks(Bookmark... bookmarks)
Set the initial bookmarks to be used in a session.
|
| Modifier and Type | Method and Description |
|---|---|
SessionConfig.Builder |
SessionConfig.Builder.withBookmarks(Iterable<Bookmark> bookmarks)
Set the initial bookmarks to be used in a session.
|
| Modifier and Type | Method and Description |
|---|---|
Bookmark |
AsyncSession.lastBookmark()
Return the bookmark received following the last completed
transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Bookmark |
RxSession.lastBookmark()
Return the bookmark received following the last completed query within this session.
|