接口的使用
org.hibernate.Session.LockRequest
-
使用Session.LockRequest的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中Session.LockRequest的使用
返回Session.LockRequest的org.hibernate中的方法 修饰符和类型 方法 说明 Session.LockRequestSession. buildLockRequest(LockOptions lockOptions)Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.Session.LockRequestSession.LockRequest. setLockMode(LockMode lockMode)Specify the LockMode to be used.Session.LockRequestSession.LockRequest. setScope(boolean scope)Specify if LockMode should be cascaded to owned collections and relationships.Session.LockRequestSession.LockRequest. setTimeOut(int timeout)Specify the pessimistic lock timeout (check if your dialect supports this option). -
org.hibernate.engine.spi中Session.LockRequest的使用
返回Session.LockRequest的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 Session.LockRequestSessionDelegatorBaseImpl. buildLockRequest(LockOptions lockOptions) -
org.hibernate.internal中Session.LockRequest的使用
返回Session.LockRequest的org.hibernate.internal中的方法 修饰符和类型 方法 说明 Session.LockRequestSessionImpl. buildLockRequest(LockOptions lockOptions)
-