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 TypeClassDescriptionclassRepresents an error trying to apply an optimisticLockingStrategyto an entityclassRepresents an error trying to apply a pessimisticLockingStrategyto an entityMethods in org.hibernate.dialect.lock that throw LockingStrategyExceptionModifier and TypeMethodDescriptiondefault voidLockingStrategy.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 voidLockingStrategy.lock(Object id, Object version, Object object, int timeout, EventSource session) Deprecated. -
Uses of LockingStrategyException in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type LockingStrategyExceptionModifier and TypeMethodDescriptionprotected PersistenceExceptionExceptionConverterImpl.wrapLockException(LockingStrategyException exception, LockOptions lockOptions)
LockingStrategy.lock(Object, Object, Object, int, SharedSessionContractImplementor)