Uses of Enum Class
org.neo4j.ogm.transaction.Transaction.Type
Packages that use Transaction.Type
-
Uses of Transaction.Type in org.neo4j.ogm.driver
Methods in org.neo4j.ogm.driver that return types with arguments of type Transaction.Type -
Uses of Transaction.Type in org.neo4j.ogm.transaction
Fields in org.neo4j.ogm.transaction declared as Transaction.TypeMethods in org.neo4j.ogm.transaction that return Transaction.TypeModifier and TypeMethodDescriptionAbstractTransaction.type()Transaction.type()Returns type of the transaction - READ_ONLY / READ_WRITE The value corresponds to type returned byTransaction.isReadOnly()static Transaction.TypeReturns the enum constant of this class with the specified name.static Transaction.Type[]Transaction.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.ogm.transaction with parameters of type Transaction.TypeModifier and TypeMethodDescriptionvoidAbstractTransaction.extend(Transaction.Type otherType) Extends the current transaction.TransactionManager.openTransaction(Transaction.Type type, Iterable<String> bookmarks) Opens a new transaction of the specified type against a database instance.