| Package | Description |
|---|---|
| org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractReadWriteAccess.SoftLockImpl |
AbstractReadWriteAccess.Lockable.lock(long timeout,
UUID uuid,
long lockId)
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occurring at the specified
time.
|
AbstractReadWriteAccess.SoftLockImpl |
AbstractReadWriteAccess.Item.lock(long timeout,
UUID uuid,
long lockId) |
AbstractReadWriteAccess.SoftLockImpl |
AbstractReadWriteAccess.SoftLockImpl.lock(long timeout,
UUID uuid,
long lockId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractReadWriteAccess.decrementLock(SharedSessionContractImplementor session,
Object key,
AbstractReadWriteAccess.SoftLockImpl lock) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.