程序包 org.hibernate
类 OptimisticLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.dialect.lock.LockingStrategyException
-
- org.hibernate.dialect.lock.OptimisticEntityLockException
-
- org.hibernate.OptimisticLockException
-
- 所有已实现的接口:
Serializable
@Deprecated public class OptimisticLockException extends OptimisticEntityLockException
已过时。UseOptimisticEntityLockExceptioninsteadThrow when an optimistic locking conflict occurs.- 作者:
- Scott Marlow
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 OptimisticLockException(Object entity, String message)已过时。Constructs a OptimisticLockException using the specified information.
-
方法概要
-
从类继承的方法 org.hibernate.dialect.lock.LockingStrategyException
getEntity
-
-