Uses of Interface
org.hibernate.Session.LockRequest
-
Packages that use Session.LockRequest Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionandSessionFactory.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
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)Deprecated.Session.LockRequestSession.LockRequest. setLockMode(LockMode lockMode)Deprecated.Specify theLockModeto be used.default Session.LockRequestSession.LockRequest. setLockScope(jakarta.persistence.PessimisticLockScope scope)Deprecated.Session.LockRequestSession.LockRequest. setScope(boolean scope)Deprecated.Session.LockRequestSession.LockRequest. setTimeOut(int timeout)Deprecated.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)Deprecated.Session.LockRequestSessionLazyDelegator. buildLockRequest(LockOptions lockOptions)Deprecated. -
Uses of Session.LockRequest in org.hibernate.internal
Methods in org.hibernate.internal that return Session.LockRequest Modifier and Type Method Description Session.LockRequestSessionImpl. buildLockRequest(LockOptions lockOptions)Deprecated.
-