Uses of Class
org.hibernate.StaleObjectStateException
Packages that use StaleObjectStateException
-
Uses of StaleObjectStateException in org.hibernate.dialect.lock
Methods in org.hibernate.dialect.lock that throw StaleObjectStateExceptionModifier and TypeMethodDescriptionvoid
AbstractSelectLockingStrategy.lock
(Object id, Object version, Object object, int timeout, SharedSessionContractImplementor session) default void
LockingStrategy.lock
(Object 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.default void
LockingStrategy.lock
(Object id, Object version, Object object, int timeout, EventSource session) Deprecated.void
UpdateLockingStrategy.lock
(Object id, Object version, Object object, int timeout, SharedSessionContractImplementor session)
LockingStrategy.lock(Object, Object, Object, int, SharedSessionContractImplementor)