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