|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionData | |
|---|---|
| org.neo4j.graphdb.event | Event framework. |
| Uses of TransactionData in org.neo4j.graphdb.event |
|---|
| Methods in org.neo4j.graphdb.event with parameters of type TransactionData | |
|---|---|
void |
TransactionEventHandler.afterCommit(TransactionData data,
T state)
Invoked after the transaction has been committed successfully. |
void |
TransactionEventHandler.afterRollback(TransactionData data,
T state)
Invoked after the transaction has been rolled back if committing the transaction failed for some reason. |
T |
TransactionEventHandler.beforeCommit(TransactionData data)
Invoked when a transaction is about to be committed. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||