Uses of Class
org.hibernate.StaleObjectStateException
-
Packages that use StaleObjectStateException Package Description org.hibernate.dialect.lock Support for Dialect-specific locking strategies -
-
Uses of StaleObjectStateException in org.hibernate.dialect.lock
Methods in org.hibernate.dialect.lock that throw StaleObjectStateException Modifier and Type Method Description voidLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.voidSelectLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)voidUpdateLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)
-