Uses of Interface
org.neo4j.driver.Transaction
-
Uses of Transaction in org.neo4j.driver
Modifier and TypeMethodDescriptionSession.beginTransaction()
Begin a new unmanaged transaction.Session.beginTransaction
(TransactionConfig config) Begin a new unmanaged transaction with the specifiedconfiguration
.Modifier and TypeMethodDescriptionTransactionWork.execute
(Transaction tx) Deprecated.Executes all given operations against the same transaction.