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, int timeout, 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, int timeout, SessionImplementor session)
           
 void SelectLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void PessimisticWriteUpdateLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void PessimisticWriteSelectLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void PessimisticReadUpdateLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void PessimisticReadSelectLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void PessimisticForceIncrementLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
          Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
 void OptimisticLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void OptimisticForceIncrementLockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
           
 void LockingStrategy.lock(Serializable id, Object version, Object object, int timeout, SessionImplementor session)
          Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.