Uses of Annotation Interface
org.neo4j.driver.util.Preview
Packages that use Preview
-
Uses of Preview in org.neo4j.driver
Classes in org.neo4j.driver with annotations of type PreviewModifier and TypeInterfaceDescriptioninterface
Keeps track of bookmarks and is used by the driver to ensure causal consistency between sessions and query executions.final class
Setups new instances ofBookmarkManager
.interface
An in-memory result of executing a Cypher query that has been consumed in full.interface
An executable query that executes a query in a managed transaction with automatic retries on retryable errors.static interface
A function accepting theResult.keys()
, collected result andResultSummary
values to produce a final result value.final class
Query configuration used byDriver.executableQuery(String)
and its variants.enum
Defines routing mode for query.Methods in org.neo4j.driver with annotations of type PreviewModifier and TypeMethodDescriptionSessionConfig.bookmarkManager()
ABookmarkManager
implementation for the session to use.Driver.executableQuery
(String query) Creates a newExecutableQuery
instance that executes a query in a managed transaction with automatic retries on retryable errors.Driver.executableQueryBookmarkManager()
Returns an instance ofBookmarkManager
used byExecutableQuery
instances by default.SessionConfig.Builder.withBookmarkManager
(BookmarkManager bookmarkManager) Sets aBookmarkManager
implementation for the session to use.