lockForUpdate abstract method
Add exclusive lock (FOR UPDATE) - prevents reads and updates
Implementation
QueryBuilderInterface<T> lockForUpdate();
Add exclusive lock (FOR UPDATE) - prevents reads and updates
QueryBuilderInterface<T> lockForUpdate();