Uses of Class
org.neo4j.driver.SessionConfig
Packages that use SessionConfig
-
Uses of SessionConfig in org.neo4j.driver
Methods in org.neo4j.driver that return SessionConfigModifier and TypeMethodDescriptionSessionConfig.Builder.build()Builds theSessionConfig.static SessionConfigSessionConfig.defaultConfig()Returns a staticSessionConfigwith default values for a general purpose session.static SessionConfigSessionConfig.forDatabase(String database) Returns aSessionConfigfor the specified databaseMethods in org.neo4j.driver with parameters of type SessionConfigModifier and TypeMethodDescriptiondefault <T extends BaseSession>
TDriver.session(Class<T> sessionClass, SessionConfig sessionConfig) Create a new session of supported type with a specifiedsession configuration.<T extends BaseSession>
TDriver.session(Class<T> sessionClass, SessionConfig sessionConfig, AuthToken sessionAuthToken) Instantiate a new session of a supported type with the suppliedsession configurationandAuthToken.default SessionDriver.session(SessionConfig sessionConfig) Instantiate a newSessionwith a specifiedsession configuration.