Uses of Interface
org.neo4j.driver.TransactionWork
-
Uses of TransactionWork in org.neo4j.driver
Modifier and TypeMethodDescription<T> T
Session.readTransaction
(TransactionWork<T> work) Deprecated.<T> T
Session.readTransaction
(TransactionWork<T> work, TransactionConfig config) Deprecated.superseded bySession.executeRead(TransactionCallback, TransactionConfig)
.<T> T
Session.writeTransaction
(TransactionWork<T> work) Deprecated.superseded bySession.executeWrite(TransactionCallback)
.<T> T
Session.writeTransaction
(TransactionWork<T> work, TransactionConfig config) Deprecated.superseded bySession.executeWrite(TransactionCallback, TransactionConfig)
.
Session.executeRead(TransactionCallback)
.