Package io.jmix.pessimisticlock.entity
Class LockNotSupported
java.lang.Object
io.jmix.pessimisticlock.entity.LockInfo
io.jmix.pessimisticlock.entity.LockNotSupported
- All Implemented Interfaces:
Serializable
A special case of
LockInfo
that is returned from LockManager
methods to indicate that locking is not supported for a specified object type.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.pessimisticlock.entity.LockInfo
getId, getObjectId, getObjectType, getSince, getUsername, setId, toString
-
Constructor Details
-
LockNotSupported
public LockNotSupported()
-