Uses of Interface
org.neo4j.ogm.transaction.TransactionManager.TransactionClosedListener
Packages that use TransactionManager.TransactionClosedListener
-
Uses of TransactionManager.TransactionClosedListener in org.neo4j.ogm.transaction
Method parameters in org.neo4j.ogm.transaction with type arguments of type TransactionManager.TransactionClosedListenerModifier and TypeMethodDescriptionvoidTransactionManager.close(Transaction transaction, Consumer<TransactionManager.TransactionClosedListener> callback) Closes the specified transaction if it belongs to the current thread.