org.hibernate.dialect
Class HSQLDialect.ReadUncommittedLockingStrategy
- HSQLDialect
- LockingStrategy
public static class HSQLDialect.ReadUncommittedLockingStrategy
void | lock(Serializable id, Object version, Object object, SessionImplementor session) - Acquire an appropriate type of lock on the underlying data that will
endure until the end of the current transaction.
|
ReadUncommittedLockingStrategy
public ReadUncommittedLockingStrategy(Lockable lockable,
LockMode lockMode)
lock
public void lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
throws StaleObjectStateException,
JDBCException
Acquire an appropriate type of lock on the underlying data that will
endure until the end of the current transaction.
- lock in interface LockingStrategy
- lock in interface SelectLockingStrategy
id
- The id of the row to be lockedversion
- The current version (or null if not versioned)object
- The object logically being locked (currently not used)session
- The session from which the lock request originated