Uses of Class
org.hibernate.dialect.lock.LockingStrategyException
Packages that use LockingStrategyException
Package
Description
Support for
Dialect
-specific locking strategies.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of LockingStrategyException in org.hibernate.dialect.lock
Subclasses of LockingStrategyException in org.hibernate.dialect.lockModifier and TypeClassDescriptionclass
Represents an error trying to apply an optimisticLockingStrategy
to an entityclass
Represents an error trying to apply a pessimisticLockingStrategy
to an entityMethods in org.hibernate.dialect.lock that throw LockingStrategyExceptionModifier and TypeMethodDescriptiondefault void
LockingStrategy.lock
(Object id, Object version, Object object, int timeout, SharedSessionContractImplementor session) Deprecated.default void
LockingStrategy.lock
(Object id, Object version, Object object, int timeout, EventSource session) default void
LockingStrategy.lock
(Object id, Object version, Object object, Timeout timeout, SharedSessionContractImplementor session) -
Uses of LockingStrategyException in org.hibernate.dialect.lock.internal
Methods in org.hibernate.dialect.lock.internal that throw LockingStrategyExceptionModifier and TypeMethodDescriptionvoid
SqlAstBasedLockingStrategy.lock
(Object id, Object version, Object object, int timeout, SharedSessionContractImplementor session) -
Uses of LockingStrategyException in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type LockingStrategyExceptionModifier and TypeMethodDescriptionprotected PersistenceException
ExceptionConverterImpl.wrapLockException
(LockingStrategyException exception, LockOptions lockOptions)
LockingStrategy.lock(Object, Object, Object, Timeout, SharedSessionContractImplementor)