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 TypeClassDescriptionenum
Defines transaction lock upgrade behavior when using theREPEATABLE_READ
lock mode.Methods in org.cojen.tupl that return LockUpgradeRuleModifier and TypeMethodDescriptionstatic LockUpgradeRule
Returns 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 isSTRICT
if not overridden.