Uses of Class
org.neo4j.driver.SessionConfig.Builder
Packages that use SessionConfig.Builder
-
Uses of SessionConfig.Builder in org.neo4j.driver
Methods in org.neo4j.driver that return SessionConfig.BuilderModifier and TypeMethodDescriptionstatic SessionConfig.BuilderSessionConfig.builder()Creates a newSessionConfig.Builderused to construct a configuration object.SessionConfig.Builder.withBookmarkManager(BookmarkManager bookmarkManager) Sets aBookmarkManagerimplementation for the session to use.SessionConfig.Builder.withBookmarks(Iterable<Bookmark> bookmarks) Set the initial bookmarks to be used in a session.SessionConfig.Builder.withBookmarks(Bookmark... bookmarks) Set the initial bookmarks to be used in a session.SessionConfig.Builder.withDatabase(String database) Sets target database name for queries executed within session.SessionConfig.Builder.withDefaultAccessMode(AccessMode mode) Set the type of access required by units of work in this session, e.g.SessionConfig.Builder.withDisabledNotificationClassifications(Set<NotificationClassification> disabledNotificationClassifications) Sets a set of disabled classifications for notifications produced by the server.SessionConfig.Builder.withFetchSize(long size) Specify how many records to fetch in each batch for this session.SessionConfig.Builder.withImpersonatedUser(String impersonatedUser) Set the impersonated user that the newly created session is going to use for query execution.SessionConfig.Builder.withMinimumNotificationSeverity(NotificationSeverity minimumNotificationSeverity) Sets a minimum severity for notifications produced by the server.SessionConfig.Builder.withNotificationConfig(NotificationConfig notificationConfig) Deprecated.
withMinimumNotificationSeverity(NotificationSeverity)andwithDisabledNotificationClassifications(Set).