Package org.springframework.data.neo4j.core.transaction
@NonNullApi
package org.springframework.data.neo4j.core.transaction
Contains the core infrastructure for translating unmanaged Neo4j transaction into Spring managed transactions. Exposes
both the imperative and reactive `TransactionManager` as `Neo4jTransactionManager` and `ReactiveNeo4jTransactionManager`.
-
ClassDescriptionResponsible for storing, updating and retrieving the bookmarks of Neo4j's transaction.This event will be published after a Neo4j transaction manager physically committed a transaction without errors and received a new set of bookmarks from the cluster.Dedicated
PlatformTransactionManager
for native Neo4j transactions.A builder forNeo4jTransactionManager
.Internal use only.A builder forReactiveNeo4jTransactionManager
.