站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.StaleObjectStateException (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.StaleObjectStateException

Packages that use StaleObjectStateException
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.lock   
 

Uses of StaleObjectStateException in org.hibernate.dialect
 

Methods in org.hibernate.dialect that throw StaleObjectStateException
 void HSQLDialect.ReadUncommittedLockingStrategy.lock(Serializable id, Object version, Object object, SessionImplementor session)
           
 

Uses of StaleObjectStateException in org.hibernate.dialect.lock
 

Methods in org.hibernate.dialect.lock that throw StaleObjectStateException
 void UpdateLockingStrategy.lock(Serializable id, Object version, Object object, SessionImplementor session)
           
 void SelectLockingStrategy.lock(Serializable id, Object version, Object object, SessionImplementor session)
           
 void LockingStrategy.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.