Uses of Interface
org.neo4j.driver.TransactionWork
Packages that use TransactionWork
-
Uses of TransactionWork in org.neo4j.driver
Methods in org.neo4j.driver with parameters of type TransactionWorkModifier and TypeMethodDescription<T> TSession.readTransaction(TransactionWork<T> work) Deprecated.<T> TSession.readTransaction(TransactionWork<T> work, TransactionConfig config) Deprecated.superseded bySession.executeRead(TransactionCallback, TransactionConfig).<T> TSession.writeTransaction(TransactionWork<T> work) Deprecated.superseded bySession.executeWrite(TransactionCallback).<T> TSession.writeTransaction(TransactionWork<T> work, TransactionConfig config) Deprecated.superseded bySession.executeWrite(TransactionCallback, TransactionConfig).
Session.executeRead(TransactionCallback).