Uses of Class
org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
Packages that use AbstractReadWriteAccess.SoftLockImpl Package Description org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider. -
-
Uses of AbstractReadWriteAccess.SoftLockImpl in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return AbstractReadWriteAccess.SoftLockImpl Modifier and Type Method Description AbstractReadWriteAccess.SoftLockImplAbstractReadWriteAccess.Item. lock(long timeout, UUID uuid, long lockId)AbstractReadWriteAccess.SoftLockImplAbstractReadWriteAccess.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.SoftLockImplAbstractReadWriteAccess.SoftLockImpl. lock(long timeout, UUID uuid, long lockId)Methods in org.hibernate.cache.spi.support with parameters of type AbstractReadWriteAccess.SoftLockImpl Modifier and Type Method Description protected voidAbstractReadWriteAccess. decrementLock(SharedSessionContractImplementor session, Object key, AbstractReadWriteAccess.SoftLockImpl lock)
-