Uses of Interface
org.neo4j.driver.BaseSession
Package
Description
-
Uses of BaseSession in org.neo4j.driver
Modifier and TypeInterfaceDescriptioninterface
Provides a context of work for database interactions.Modifier and TypeMethodDescriptiondefault <T extends BaseSession>
TInstantiate a new session of supported type with defaultsession configuration
.default <T extends BaseSession>
TInstantiate a new session of a supported type with the suppliedAuthToken
.default <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
. -
Uses of BaseSession in org.neo4j.driver.async
Modifier and TypeInterfaceDescriptioninterface
Provides a context of work for database interactions. -
Uses of BaseSession in org.neo4j.driver.internal.async
-
Uses of BaseSession in org.neo4j.driver.internal.reactive
Modifier and TypeClassDescriptionclass
class
Deprecated. -
Uses of BaseSession in org.neo4j.driver.internal.reactivestreams
-
Uses of BaseSession in org.neo4j.driver.reactive
Modifier and TypeInterfaceDescriptioninterface
A reactive session is the same asSession
except it provides a reactive API.interface
Deprecated. -
Uses of BaseSession in org.neo4j.driver.reactivestreams
Modifier and TypeInterfaceDescriptioninterface
A reactive session is the same asSession
except it provides a reactive API.
ReactiveSession
andReactiveSession