Uses of Interface
org.hibernate.Session.LockRequest
-
Packages that use Session.LockRequest Package Description org.hibernate org.hibernate.engine.spi org.hibernate.internal -
-
Uses of Session.LockRequest in org.hibernate
Methods in org.hibernate that return Session.LockRequest Modifier and Type Method Description Session.LockRequest
Session. buildLockRequest(LockOptions lockOptions)
Build a newlock request
that specifies: theLockMode
to use, the pessimistic lock timeout, and the scope of the lock.Session.LockRequest
Session.LockRequest. setLockMode(LockMode lockMode)
Specify theLockMode
to be used.Session.LockRequest
Session.LockRequest. setScope(boolean scope)
Specify whether theLockMode
should be cascaded to owned collections and associated entities.Session.LockRequest
Session.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.LockRequest
SessionDelegatorBaseImpl. buildLockRequest(LockOptions lockOptions)
Session.LockRequest
SessionLazyDelegator. buildLockRequest(LockOptions lockOptions)
-
Uses of Session.LockRequest in org.hibernate.internal
Methods in org.hibernate.internal that return Session.LockRequest Modifier and Type Method Description Session.LockRequest
SessionImpl. buildLockRequest(LockOptions lockOptions)
-