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