Uses of Class
org.hibernate.dialect.lock.AbstractSelectLockingStrategy

Packages that use AbstractSelectLockingStrategy
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.lock   
 

Uses of AbstractSelectLockingStrategy in org.hibernate.dialect
 

Subclasses of AbstractSelectLockingStrategy in org.hibernate.dialect
static class HSQLDialect.ReadUncommittedLockingStrategy
           
 

Uses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock
 

Subclasses of AbstractSelectLockingStrategy in org.hibernate.dialect.lock
 class PessimisticReadSelectLockingStrategy
          A pessimistic locking strategy where the locks are obtained through select statements.
 class PessimisticWriteSelectLockingStrategy
          A pessimistic locking strategy where the locks are obtained through select statements.
 class SelectLockingStrategy
          A locking strategy where the locks are obtained through select statements.
 



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