Interface LockRowInTransactionStrategy
-
- All Known Implementing Classes:
DefaultLockRowInTransactionStrategy
public interface LockRowInTransactionStrategy
Service to create exclusive locks on a givenItemModel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
lock(ItemModel model)
Creates a exclusive lock on the givenItemModel
.
-