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 SessionConfig
SessionConfig.defaultConfig()
Returns a staticSessionConfig
with default values for a general purpose session.static SessionConfig
SessionConfig.forDatabase
(String database) Returns aSessionConfig
for 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 configuration
andAuthToken
.default Session
Driver.session
(SessionConfig sessionConfig) Instantiate a newSession
with a specifiedsession configuration
.