Package | Description |
---|---|
org.neo4j.driver |
Modifier and Type | Method and Description |
---|---|
<T> T |
Session.readTransaction(TransactionWork<T> work)
Deprecated.
superseded by
Session.executeRead(TransactionCallback) . |
<T> T |
Session.readTransaction(TransactionWork<T> work,
TransactionConfig config)
Deprecated.
superseded by
Session.executeRead(TransactionCallback, TransactionConfig) . |
<T> T |
Session.writeTransaction(TransactionWork<T> work)
Deprecated.
superseded by
Session.executeWrite(TransactionCallback) . |
<T> T |
Session.writeTransaction(TransactionWork<T> work,
TransactionConfig config)
Deprecated.
superseded by
Session.executeWrite(TransactionCallback, TransactionConfig) . |