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 SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.pessimisticlock.entity.LockInfogetId, getObjectId, getObjectType, getSince, getUsername, setId, toString
- 
Constructor Details- 
LockNotSupportedpublic LockNotSupported()
 
-