Uses of Interface
org.neo4j.ogm.transaction.Transaction
Packages that use Transaction
-
Uses of Transaction in org.neo4j.ogm.driver
Methods in org.neo4j.ogm.driver that return types with arguments of type TransactionMethods in org.neo4j.ogm.driver with parameters of type Transaction -
Uses of Transaction in org.neo4j.ogm.transaction
Classes in org.neo4j.ogm.transaction that implement TransactionMethods in org.neo4j.ogm.transaction that return TransactionModifier and TypeMethodDescriptionTransactionManager.getCurrentTransaction()Returns the current transaction for this thread, or null if none existsTransactionManager.openTransaction()Opens a new READ_WRITE transaction against a database instance.TransactionManager.openTransaction(Transaction.Type type, Iterable<String> bookmarks) Opens a new transaction of the specified type against a database instance.Methods in org.neo4j.ogm.transaction with parameters of type TransactionModifier and TypeMethodDescriptionvoidTransactionManager.commit(Transaction transaction) Commits the specified transaction.voidTransactionManager.rollback(Transaction transaction) Rolls back the specified transaction.