Uses of Class
org.hibernate.cache.ReadWriteCache.Lock

Packages that use ReadWriteCache.Lock
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
 

Uses of ReadWriteCache.Lock in org.hibernate.cache
 

Methods in org.hibernate.cache that return ReadWriteCache.Lock
 ReadWriteCache.Lock ReadWriteCache.Lockable.lock(long timeout, int id)
           
 ReadWriteCache.Lock ReadWriteCache.Item.lock(long timeout, int id)
          Lock the item
 ReadWriteCache.Lock ReadWriteCache.Lock.lock(long timeout, int id)
          Increment the lock, setting the new lock timeout
 



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