public abstract class AbstractSelectLockingStrategy extends Object implements LockingStrategy
LockingStrategy implementation to support implementations
based on issuing SQL SELECT statements| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSelectLockingStrategy(Lockable lockable,
LockMode lockMode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
determineSql(int timeout) |
protected abstract String |
generateLockString(int lockTimeout) |
protected Lockable |
getLockable() |
protected LockMode |
getLockMode() |
String |
getNoWaitSql() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlockCopyright © 2018 JBoss by Red Hat. All rights reserved.