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.observation
Method parameters in org.neo4j.driver.internal.observation with type arguments of type BaseSessionModifier and TypeMethodDescriptionDriverObservationProvider.sessionClose
(Class<? extends BaseSession> sessionType) NoopObservationProvider.sessionClose
(Class<? extends BaseSession> sessionType) DriverObservationProvider.sessionExecute
(Class<? extends BaseSession> sessionType, AccessMode mode) NoopObservationProvider.sessionExecute
(Class<? extends BaseSession> sessionType, AccessMode mode) DriverObservationProvider.sessionRun
(Class<? extends BaseSession> sessionType, String query, MapAccessor parameters) NoopObservationProvider.sessionRun
(Class<? extends BaseSession> sessionType, String query, MapAccessor parameters) -
Uses of BaseSession in org.neo4j.driver.internal.reactive
Classes in org.neo4j.driver.internal.reactive that implement BaseSessionMethod parameters in org.neo4j.driver.internal.reactive with type arguments of type BaseSessionModifier and TypeMethodDescriptionprotected <T> org.reactivestreams.Publisher
<T> AbstractReactiveSession.runTransaction
(AccessMode mode, Function<S, ? extends org.reactivestreams.Publisher<T>> work, TransactionConfig config, Class<? extends BaseSession> sessionType, DriverObservationProvider observationProvider) -
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. -
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.