Uses of Enum Class
org.cojen.tupl.LockMode
Packages that use LockMode
-
Uses of LockMode in org.cojen.tupl
Subclasses with type arguments of type LockMode in org.cojen.tuplMethods in org.cojen.tupl that return LockModeModifier and TypeMethodDescriptionTransaction.lockMode()
Returns the current lock mode.static LockMode
Returns the enum constant of this class with the specified name.static LockMode[]
LockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cojen.tupl with parameters of type LockMode