类的使用
org.hibernate.dialect.lock.LockingStrategyException
-
使用LockingStrategyException的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.dialect.lock Support for Dialect-specific locking strategies -
-
org.hibernate中LockingStrategyException的使用
org.hibernate中LockingStrategyException的子类 修饰符和类型 类 说明 classOptimisticLockException已过时。UseOptimisticEntityLockExceptioninstead -
org.hibernate.dialect.lock中LockingStrategyException的使用
org.hibernate.dialect.lock中LockingStrategyException的子类 修饰符和类型 类 说明 classOptimisticEntityLockExceptionRepresents an error trying to apply an optimisticLockingStrategyto an entityclassPessimisticEntityLockExceptionRepresents an error trying to apply a pessimisticLockingStrategyto an entity抛出LockingStrategyException的org.hibernate.dialect.lock中的方法 修饰符和类型 方法 说明 voidLockingStrategy. lock(Serializable 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.
-