Uses of Enum Class
org.cojen.tupl.LockUpgradeRule
Packages that use LockUpgradeRule
-
Uses of LockUpgradeRule in org.cojen.tupl
Subclasses with type arguments of type LockUpgradeRule in org.cojen.tuplModifier and TypeClassDescriptionenumDefines transaction lock upgrade behavior when using theREPEATABLE_READlock mode.Methods in org.cojen.tupl that return LockUpgradeRuleModifier and TypeMethodDescriptionstatic LockUpgradeRuleReturns the enum constant of this class with the specified name.static LockUpgradeRule[]LockUpgradeRule.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 LockUpgradeRuleModifier and TypeMethodDescriptionDatabaseConfig.lockUpgradeRule(LockUpgradeRule lockUpgradeRule) Set the default lock upgrade rule, which isSTRICTif not overridden.