当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
HSQLDialect.ReadUncommittedLockingStrategy (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.dialect
Class HSQLDialect.ReadUncommittedLockingStrategy
java.lang.Object
org.hibernate.dialect.lock.SelectLockingStrategy
org.hibernate.dialect.HSQLDialect.ReadUncommittedLockingStrategy
- All Implemented Interfaces:
- LockingStrategy
- Enclosing class:
- HSQLDialect
- public static class HSQLDialect.ReadUncommittedLockingStrategy
- extends SelectLockingStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HSQLDialect.ReadUncommittedLockingStrategy
public HSQLDialect.ReadUncommittedLockingStrategy(Lockable lockable,
LockMode lockMode)
lock
public void lock(Serializable id,
Object version,
Object object,
SessionImplementor session)
throws StaleObjectStateException,
JDBCException
- Description copied from interface:
LockingStrategy
- Acquire an appropriate type of lock on the underlying data that will
endure until the end of the current transaction.
- Specified by:
lock
in interface LockingStrategy
- Overrides:
lock
in class SelectLockingStrategy
- Throws:
StaleObjectStateException
JDBCException
- See Also:
LockingStrategy.lock(java.io.Serializable, java.lang.Object, java.lang.Object, org.hibernate.engine.SessionImplementor)