Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
Modifier and Type | Method and Description |
---|---|
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 © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved