Uses of Interface
org.hibernate.Session.LockRequest

Packages that use Session.LockRequest
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of Session.LockRequest in org.hibernate
 

Methods in org.hibernate that return Session.LockRequest
 Session.LockRequest Session.buildLockRequest(LockOptions lockOptions)
          Build a LockRequest that specifies the LockMode, pessimistic lock timeout and lock scope.
 Session.LockRequest Session.LockRequest.setLockMode(LockMode lockMode)
          Specify the LockMode to be used.
 Session.LockRequest Session.LockRequest.setScope(boolean scope)
          Specify if LockMode should be cascaded to owned collections and relationships.
 Session.LockRequest Session.LockRequest.setTimeOut(int timeout)
          Specify the pessimistic lock timeout (check if your dialect supports this option).
 

Uses of Session.LockRequest in org.hibernate.impl
 

Methods in org.hibernate.impl that return Session.LockRequest
 Session.LockRequest SessionImpl.buildLockRequest(LockOptions lockOptions)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.