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 TypeInterfaceDescriptioninterfaceProvides 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 configurationandAuthToken. -
Uses of BaseSession in org.neo4j.driver.async
Subinterfaces of BaseSession in org.neo4j.driver.asyncModifier and TypeInterfaceDescriptioninterfaceProvides 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 TypeClassDescriptionclassclassDeprecated. -
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 TypeInterfaceDescriptioninterfaceA reactive session is the same asSessionexcept it provides a reactive API.interfaceDeprecated. -
Uses of BaseSession in org.neo4j.driver.reactivestreams
Subinterfaces of BaseSession in org.neo4j.driver.reactivestreamsModifier and TypeInterfaceDescriptioninterfaceA reactive session is the same asSessionexcept it provides a reactive API.
ReactiveSessionandReactiveSession