类的使用
org.hibernate.StaleObjectStateException
-
使用StaleObjectStateException的程序包 程序包 说明 org.hibernate.dialect.lock Support for Dialect-specific locking strategies -
-
org.hibernate.dialect.lock中StaleObjectStateException的使用
抛出StaleObjectStateException的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.voidSelectLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)voidUpdateLockingStrategy. lock(Serializable id, Object version, Object object, int timeout, SharedSessionContractImplementor session)
-