Uses of Enum Class
org.neo4j.ogm.transaction.Transaction.Status
Packages that use Transaction.Status
-
Uses of Transaction.Status in org.neo4j.ogm.transaction
Methods in org.neo4j.ogm.transaction that return Transaction.StatusModifier and TypeMethodDescriptionfinal Transaction.StatusAbstractTransaction.status()Transaction.status()return the status of the current transactionstatic Transaction.StatusReturns the enum constant of this class with the specified name.static Transaction.Status[]Transaction.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.