Uses of Class
science.aist.neo4j.annotation.Transaction.Mode
-
Packages that use Transaction.Mode Package Description science.aist.neo4j.annotation -
-
Uses of Transaction.Mode in science.aist.neo4j.annotation
Methods in science.aist.neo4j.annotation that return Transaction.Mode Modifier and Type Method Description Transaction.Mode
mode()
static Transaction.Mode
Transaction.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Transaction.Mode[]
Transaction.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-