Uses of Interface
org.neo4j.driver.BaseSession
Packages that use BaseSession
Package
Description
-
Uses of BaseSession in org.neo4j.driver
Subinterfaces of BaseSession in org.neo4j.driverModifier and TypeInterfaceDescriptioninterface
Provides a context of work for database interactions.Methods in org.neo4j.driver with type parameters of type BaseSessionModifier 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
Subinterfaces of BaseSession in org.neo4j.driver.asyncModifier and TypeInterfaceDescriptioninterface
Provides a context of work for database interactions. -
Uses of BaseSession in org.neo4j.driver.internal.async
Classes in org.neo4j.driver.internal.async that implement BaseSession -
Uses of BaseSession in org.neo4j.driver.internal.reactive
Classes in org.neo4j.driver.internal.reactive that implement BaseSessionModifier and TypeClassDescriptionclass
class
Deprecated. -
Uses of BaseSession in org.neo4j.driver.internal.reactivestreams
Classes in org.neo4j.driver.internal.reactivestreams that implement BaseSession -
Uses of BaseSession in org.neo4j.driver.reactive
Subinterfaces of BaseSession in org.neo4j.driver.reactiveModifier 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
Subinterfaces of BaseSession in org.neo4j.driver.reactivestreamsModifier and TypeInterfaceDescriptioninterface
A reactive session is the same asSession
except it provides a reactive API.
ReactiveSession
andReactiveSession