Uses of Enum Class
cool.scx.data.LockMode
Packages that use LockMode
-
Uses of LockMode in cool.scx.data
Subclasses with type arguments of type LockMode in cool.scx.dataMethods in cool.scx.data that return LockModeModifier and TypeMethodDescriptionstatic LockModeReturns 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 cool.scx.data with parameters of type LockModeModifier and TypeMethodDescriptionLockableRepository.find(FieldPolicy fieldPolicy, LockMode lockMode) LockableRepository.find(Query query, FieldPolicy fieldPolicy, LockMode lockMode) LockableRepository.finder(FieldPolicy fieldPolicy, LockMode lockMode) LockableRepository.finder(Query query, FieldPolicy fieldPolicy, LockMode lockMode) default EntityLockableRepository.findFirst(Query query, FieldPolicy fieldPolicy, LockMode lockMode) default Entity