| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockingStrategyException | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.dialect.lock | |
| Uses of LockingStrategyException in org.hibernate | 
|---|
| Subclasses of LockingStrategyException in org.hibernate | |
|---|---|
|  class | OptimisticLockExceptionDeprecated. Use OptimisticEntityLockExceptioninstead | 
| Uses of LockingStrategyException in org.hibernate.dialect.lock | 
|---|
| Subclasses of LockingStrategyException in org.hibernate.dialect.lock | |
|---|---|
|  class | OptimisticEntityLockExceptionRepresents an error trying to apply an optimistic LockingStrategyto an entity | 
|  class | PessimisticEntityLockExceptionRepresents an error trying to apply a pessimistic LockingStrategyto an entity | 
| Methods in org.hibernate.dialect.lock that throw LockingStrategyException | |
|---|---|
|  void | LockingStrategy.lock(Serializable id,
     Object version,
     Object object,
     int timeout,
     SessionImplementor session)Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||