Uses of Class
org.hibernate.dialect.lock.LockingStrategyException
-
Packages that use LockingStrategyException Package Description org.hibernate.dialect.lock Support forDialect
-specific locking strategies. -
-
Uses of LockingStrategyException in org.hibernate.dialect.lock
Subclasses of LockingStrategyException in org.hibernate.dialect.lock Modifier and Type Class Description class
OptimisticEntityLockException
Represents an error trying to apply an optimisticLockingStrategy
to an entityclass
PessimisticEntityLockException
Represents an error trying to apply a pessimisticLockingStrategy
to an entityMethods in org.hibernate.dialect.lock that throw LockingStrategyException Modifier and Type Method Description void
LockingStrategy. lock(Object id, Object version, Object object, int timeout, EventSource session)
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
-