Uses of Interface
org.hibernate.Session.LockRequest
-
Packages that use Session.LockRequest Package Description org.hibernate org.hibernate.engine.spi -
-
Uses of Session.LockRequest in org.hibernate
Methods in org.hibernate that return Session.LockRequest Modifier and Type Method Description Session.LockRequestSession. buildLockRequest(LockOptions lockOptions)Build a newlock requestthat specifies: theLockModeto use, the pessimistic lock timeout, and the scope of the lock.Session.LockRequestSession.LockRequest. setLockMode(LockMode lockMode)Specify theLockModeto be used.Session.LockRequestSession.LockRequest. setScope(boolean scope)Specify whether theLockModeshould be cascaded to owned collections and associated entities.Session.LockRequestSession.LockRequest. setTimeOut(int timeout)Specify the pessimistic lock timeout. -
Uses of Session.LockRequest in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return Session.LockRequest Modifier and Type Method Description Session.LockRequestSessionDelegatorBaseImpl. buildLockRequest(LockOptions lockOptions)Session.LockRequestSessionLazyDelegator. buildLockRequest(LockOptions lockOptions)
-